diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000000..d6d574b78c7 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,13 @@ +# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates +version: 2 +updates: + - package-ecosystem: maven + directory: / + schedule: + interval: daily + commit-message: + prefix: fix + prefix-development: chore + include: scope + labels: + - dependencies