diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6c9e89c..df44530 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,22 +1,24 @@ +# Dependabot will run on day 24 of each month at 02:12 (Europe/Berlin timezone) version: 2 updates: - - package-ecosystem: npm - directory: '/' + + - package-ecosystem: "npm" + directory: "/" schedule: - interval: monthly - time: '04:00' - timezone: Europe/Berlin - open-pull-requests-limit: 5 + interval: "cron" + timezone: "Europe/Berlin" + cronjob: "12 2 24 * *" + open-pull-requests-limit: 15 assignees: - - PLCHome - versioning-strategy: increase + - "PLCHome" + versioning-strategy: "increase" - - package-ecosystem: github-actions - directory: '/' + - package-ecosystem: "github-actions" + directory: "/" schedule: - interval: monthly - time: '04:00' - timezone: Europe/Berlin - open-pull-requests-limit: 5 + interval: "cron" + timezone: "Europe/Berlin" + cronjob: "12 2 24 * *" + open-pull-requests-limit: 15 assignees: - - PLCHome + - "PLCHome"