From c35329ee243b37cd5fe994a9447a484d5fd95496 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vorburger=20=E2=9B=91=EF=B8=8F?= Date: Tue, 26 Sep 2023 00:24:38 +0200 Subject: [PATCH] Create dependabot.yaml (fixes #2195) --- .github/dependabot.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/dependabot.yaml 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"