diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..78f9cc6 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ +version: 2 +# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file +updates: + - package-ecosystem: "maven" + directory: "/" + schedule: + interval: "weekly" + day: "wednesday" + # Allow up to 10 open pull requests for maven dependencies + open-pull-requests-limit: 10 + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + day: "wednesday"