docs: Mention cooldown in dependabot config (#247)

This commit is contained in:
Pavel Zwerschke
2026-01-28 11:15:30 +01:00
committed by GitHub
parent a0af7a2287
commit f1fb10f03b
2 changed files with 6 additions and 0 deletions
+4
View File
@@ -8,6 +8,8 @@ updates:
gh-actions:
patterns:
- '*'
cooldown:
default-days: 7
- package-ecosystem: npm
directory: /
schedule:
@@ -16,3 +18,5 @@ updates:
nodejs:
patterns:
- '*'
cooldown:
default-days: 7
+2
View File
@@ -51,6 +51,8 @@ GitHub Action to set up the [pixi](https://github.com/prefix-dev/pixi) package m
> dependencies:
> patterns:
> - '*'
> cooldown:
> default-days: 7
> ```
## Features