Add a 30-day Dependabot cooldown (#400)

The repository has no explicit Dependabot cooldown, so routine updates
do not follow the 30-day policy used by `setup-uv`. Add
`cooldown.default-days: 30` for npm and GitHub Actions while retaining
the daily schedule. Dependabot security updates remain outside the
cooldown.

Co-authored-by: zaniebot <242828183+zaniebot@users.noreply.github.com>
This commit is contained in:
zaniebot
2026-08-18 19:08:54 +02:00
committed by GitHub
co-authored by zaniebot
parent 81a72f25c9
commit d3ef2489b0
+4
View File
@@ -4,8 +4,12 @@ updates:
directory: /
schedule:
interval: daily
cooldown:
default-days: 30
- package-ecosystem: npm
directory: /
schedule:
interval: daily
cooldown:
default-days: 30