From 9120238dcb9aeee54d1269d7214a327293bdca5c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 10 Nov 2025 19:34:52 +0000 Subject: [PATCH] Update from template: X0000-randomDependabot --- .github/dependabot.yml | 36 +++++++++++++++++++----------------- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index aa0ba07..3d8f6f2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,27 +1,29 @@ +# 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 + interval: "cron" + timezone: "Europe/Berlin" + cronjob: "36 2 20 * *" + open-pull-requests-limit: 15 - - package-ecosystem: npm + - 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: "36 2 20 * *" + open-pull-requests-limit: 15 + versioning-strategy: "increase" - - package-ecosystem: npm + - 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"