From da289a579df90252b218f8604d8c405938cd23e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 11 Nov 2025 03:26:57 +0000 Subject: [PATCH] Update from template: X0000-randomDependabot --- .github/dependabot.yml | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 01fde30d9e..378a968d9d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,18 +1,21 @@ +# Dependabot will run on day 14 of each month at 03:59 (Europe/Berlin timezone) version: 2 updates: - # Maintain dependencies for GitHub Actions - - package-ecosystem: github-actions + + - package-ecosystem: "github-actions" directory: "/" schedule: - interval: monthly - time: "04:00" - timezone: Europe/Berlin + interval: "cron" + timezone: "Europe/Berlin" + cronjob: "59 3 14 * *" + open-pull-requests-limit: 15 - - package-ecosystem: npm - directory: "/" + - package-ecosystem: "npm" schedule: - interval: monthly - time: "04:00" - timezone: Europe/Berlin - open-pull-requests-limit: 5 - versioning-strategy: increase + interval: "cron" + timezone: "Europe/Berlin" + cronjob: "59 3 14 * *" + open-pull-requests-limit: 15 + versioning-strategy: "increase" + directories: + - "**/*"