From e012f5a52218af1628de501bcb3cb8fb272e40e7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 9 Nov 2025 08:43:44 +0000 Subject: [PATCH] Update from template: X0000-randomDependabot --- .github/dependabot.yml | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index aa0ba07..5a21655 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,27 +1,26 @@ +# Dependabot will run on day 20 of each month at 02:36 (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 - - - package-ecosystem: npm + interval: "cron" + timezone: "Europe/Berlin" + cronjob: "36 2 20 * *" + 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 - - - package-ecosystem: npm + interval: "cron" + timezone: "Europe/Berlin" + cronjob: "36 2 20 * *" + open-pull-requests-limit: 15 + versioning-strategy: "increase" + - package-ecosystem: "npm" directory: "/src-rx" schedule: - interval: monthly - time: "04:00" - timezone: Europe/Berlin - open-pull-requests-limit: 5 - versioning-strategy: increase + interval: "cron" + timezone: "Europe/Berlin" + cronjob: "36 2 20 * *" + open-pull-requests-limit: 15 + versioning-strategy: "increase"