diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e6e9de32..3a11c523 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,12 +1,13 @@ +# Dependabot will run on day 2 of each month at 01:16 (Europe/Berlin timezone) version: 2 updates: -- package-ecosystem: npm - directory: "/" - schedule: - interval: monthly - time: "04:00" - timezone: Europe/Berlin - open-pull-requests-limit: 20 - assignees: - - UncleSamSwiss - versioning-strategy: increase + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "cron" + timezone: "Europe/Berlin" + cronjob: "16 1 2 * *" + open-pull-requests-limit: 20 + assignees: + - "UncleSamSwiss" + versioning-strategy: "increase"