Merge pull request #156 from ioBroker-Bot/update-from-template-X0000-updateDependabotSettings-1775001747

[iobroker-bot] Update Dependabot Configuration – Add npm Cooldown
This commit is contained in:
Bluefox
2026-05-16 19:00:26 +02:00
committed by GitHub
+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
updates:
- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: "cron"
timezone: "Europe/Berlin"
cronjob: "15 2 17 * *"
interval: 'cron'
timezone: 'Europe/Berlin'
cronjob: '15 2 17 * *'
open-pull-requests-limit: 15
- package-ecosystem: "npm"
directory: "/"
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: "cron"
timezone: "Europe/Berlin"
cronjob: "15 2 17 * *"
interval: 'cron'
timezone: 'Europe/Berlin'
cronjob: '15 2 17 * *'
open-pull-requests-limit: 15
versioning-strategy: "increase"
versioning-strategy: 'increase'
cooldown:
default-days: 7