diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e12c7a81..e6b3ad7c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,16 +1,13 @@ -# Please see the documentation for all configuration options: -# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates - version: 2 updates: - - package-ecosystem: "maven" - directory: "/" - target-branch: "development" + - package-ecosystem: maven + directory: / + target-branch: development schedule: - interval: "monthly" + interval: monthly - - package-ecosystem: "github-actions" - directory: "/" - target-branch: "development" + - package-ecosystem: github-actions + directory: / + target-branch: development schedule: - interval: "monthly" + interval: monthly