diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..68622eb5 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,13 @@ +# configuration: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 + +updates: +- package-ecosystem: maven + directory: "/" + schedule: + interval: monthly + open-pull-requests-limit: 3 + target-branch: master + commit-message: + prefix: "[dependency] " \ No newline at end of file