diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..cfe7838 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,26 @@ +version: 2 +updates: + - package-ecosystem: gradle + directories: + - "/" + - "/plugins" + schedule: + interval: weekly + open-pull-requests-limit: 10 + cooldown: + default-days: 3 + groups: + minor-and-patch: + patterns: ["*"] + update-types: ["minor", "patch"] + + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly + cooldown: + default-days: 3 + groups: + actions: + patterns: ["*"] + update-types: ["minor", "patch"]