From 2e78c1f42b68561806a4bb7345d3637030a17a1e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 11 Nov 2025 01:11:50 +0000 Subject: [PATCH] Update from template: X0000-randomDependabot --- .github/dependabot.yml | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b85ff29..bfa04bd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,16 +1,20 @@ +# Dependabot will run on day 17 of each month at 02:15 (Europe/Berlin timezone) version: 2 updates: - - package-ecosystem: github-actions + + - package-ecosystem: "github-actions" directory: "/" schedule: - interval: monthly - time: "04:00" - timezone: Europe/Berlin - - package-ecosystem: npm + interval: "cron" + timezone: "Europe/Berlin" + cronjob: "15 2 17 * *" + open-pull-requests-limit: 15 + + - package-ecosystem: "npm" directory: "/" schedule: - interval: monthly - time: "04:00" - timezone: Europe/Berlin - open-pull-requests-limit: 5 - versioning-strategy: increase + interval: "cron" + timezone: "Europe/Berlin" + cronjob: "15 2 17 * *" + open-pull-requests-limit: 15 + versioning-strategy: "increase"