Update from template: X0000-updateDependabotSettings

This commit is contained in:
github-actions[bot]
2026-04-01 00:02:57 +00:00
parent d5f874cf84
commit 8b7f80019e
+17 -12
View File
@@ -1,20 +1,25 @@
# Dependabot will run on day 17 of each month at 02:15 (Europe/Berlin timezone) # Dependabot configuration
# Cooldown delays updating normal npm dependencies by 7 days but allows security updates to be processed immediately.
# Note: Cooldown is not supported for the github-actions ecosystem.
# Reference: https://docs.github.com/en/code-security/reference/supply-chain-security/dependabot-options-reference
version: 2 version: 2
updates: updates:
- package-ecosystem: "github-actions" - package-ecosystem: 'github-actions'
directory: "/" directory: '/'
schedule: schedule:
interval: "cron" interval: 'cron'
timezone: "Europe/Berlin" timezone: 'Europe/Berlin'
cronjob: "15 2 17 * *" cronjob: '15 2 17 * *'
open-pull-requests-limit: 15 open-pull-requests-limit: 15
- package-ecosystem: "npm" - package-ecosystem: 'npm'
directory: "/" directory: '/'
schedule: schedule:
interval: "cron" interval: 'cron'
timezone: "Europe/Berlin" timezone: 'Europe/Berlin'
cronjob: "15 2 17 * *" cronjob: '15 2 17 * *'
open-pull-requests-limit: 15 open-pull-requests-limit: 15
versioning-strategy: "increase" versioning-strategy: 'increase'
cooldown:
default-days: 7