ci: add Dependabot cooldown

This commit is contained in:
securityeng-bot[bot]
2026-06-03 17:05:32 +00:00
committed by GitHub
parent 7f20a8bc75
commit 90154bf4db
+13 -8
View File
@@ -1,13 +1,18 @@
---
version: 2
updates:
- package-ecosystem: "github-actions"
- package-ecosystem: github-actions
directory: /
cooldown:
default-days: 7
open-pull-requests-limit: 10
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
interval: daily
- package-ecosystem: gomod
directory: /
cooldown:
default-days: 7
ignore:
- dependency-name: "*"
- dependency-name: '*'
schedule:
interval: weekly