diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000000..04193c4016 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,20 @@ +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + # Gotta Catch 'Em All! (i.e. don't wait and propose them only "trickled") + open-pull-requests-limit: 99 + + - package-ecosystem: gradle + directory: / + schedule: + interval: weekly + day: monday + time: "04:00" + + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + day: monday + time: "04:00"