From 16c6601b381001f35317240c8232fc73abab3765 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 11 Nov 2025 17:45:14 +0000 Subject: [PATCH] Update from template: X0000-randomDependabot --- .github/dependabot.yml | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 804ed651..28e331fe 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,12 +1,14 @@ -version: 2 -updates: -- package-ecosystem: npm - directory: "/" - schedule: - interval: monthly - time: "04:00" - timezone: Europe/Berlin - open-pull-requests-limit: 7 - assignees: - - AlCalzone - versioning-strategy: increase +# Dependabot will run on day 18 of each month at 01:48 (Europe/Berlin timezone) +version: 2 +updates: + + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "cron" + timezone: "Europe/Berlin" + cronjob: "48 1 18 * *" + open-pull-requests-limit: 15 + assignees: + - "AlCalzone" + versioning-strategy: "increase"