Add cooldown period for all dependencies, 7 days

This commit is contained in:
Harald Kuhr
2025-11-24 10:44:51 +01:00
committed by GitHub
parent d1525828fa
commit 1cb0da2967

View File

@@ -5,9 +5,13 @@ updates:
directory: "/" directory: "/"
schedule: schedule:
interval: "daily" interval: "daily"
cooldown:
default-days: 7
open-pull-requests-limit: 10 open-pull-requests-limit: 10
# GitHub actions updates # GitHub actions updates
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
directory: "/.github/workflows" directory: "/.github/workflows"
schedule: schedule:
interval: "daily" interval: "daily"
cooldown:
default-days: 7