diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5269bbce..0ec098c2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,22 +1,28 @@ +# Dependabot will run on day 26 of each month at 01:11 (Europe/Berlin timezone) version: 2 updates: - - package-ecosystem: github-actions - directory: '/' - schedule: - interval: monthly - time: '04:00' - timezone: Europe/Berlin - - package-ecosystem: npm - directory: '/' - schedule: - interval: weekly - open-pull-requests-limit: 10 - versioning-strategy: increase - - package-ecosystem: npm - directory: '/src-admin' - schedule: - interval: monthly - time: '04:00' - timezone: Europe/Berlin - open-pull-requests-limit: 20 - versioning-strategy: increase + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "cron" + timezone: "Europe/Berlin" + cronjob: "11 1 26 * *" + open-pull-requests-limit: 15 + + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" + timezone: "Europe/Berlin" + open-pull-requests-limit: 15 + versioning-strategy: "increase" + + - package-ecosystem: "npm" + directory: "/src-admin" + schedule: + interval: "cron" + timezone: "Europe/Berlin" + cronjob: "11 1 26 * *" + open-pull-requests-limit: 20 + versioning-strategy: "increase"