From c1f60460e68e61189bda25ec7c13bf176ac4e3fa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 11 Nov 2025 09:27:44 +0000 Subject: [PATCH] Update from template: X0000-randomDependabot --- .github/dependabot.yml | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e947423..272f9da 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,17 +1,20 @@ +# Dependabot will run on day 28 of each month at 02:30 (Europe/Berlin timezone) version: 2 updates: - - package-ecosystem: npm + + - package-ecosystem: "npm" directory: "/" schedule: - interval: monthly - time: "04:00" - timezone: Europe/Berlin + interval: "cron" + timezone: "Europe/Berlin" + cronjob: "30 2 28 * *" open-pull-requests-limit: 15 - versioning-strategy: increase + versioning-strategy: "increase" - - package-ecosystem: github-actions + - package-ecosystem: "github-actions" directory: "/" schedule: - interval: monthly - time: "04:00" - timezone: Europe/Berlin + interval: "cron" + timezone: "Europe/Berlin" + cronjob: "30 2 28 * *" + open-pull-requests-limit: 15