From 6ba3b5344853ea23822df2b0bd53cf4762dfa762 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 9 Nov 2025 17:48:25 +0000 Subject: [PATCH] Update from template: X0000-randomDependabot --- .github/dependabot.yml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e6e9de32..3a11c523 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,12 +1,13 @@ +# Dependabot will run on day 2 of each month at 01:16 (Europe/Berlin timezone) version: 2 updates: -- package-ecosystem: npm - directory: "/" - schedule: - interval: monthly - time: "04:00" - timezone: Europe/Berlin - open-pull-requests-limit: 20 - assignees: - - UncleSamSwiss - versioning-strategy: increase + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "cron" + timezone: "Europe/Berlin" + cronjob: "16 1 2 * *" + open-pull-requests-limit: 20 + assignees: + - "UncleSamSwiss" + versioning-strategy: "increase"