Skip to content

Commit f1fb10f

Browse files
authored
docs: Mention cooldown in dependabot config (#247)
1 parent a0af7a2 commit f1fb10f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ updates:
88
gh-actions:
99
patterns:
1010
- '*'
11+
cooldown:
12+
default-days: 7
1113
- package-ecosystem: npm
1214
directory: /
1315
schedule:
@@ -16,3 +18,5 @@ updates:
1618
nodejs:
1719
patterns:
1820
- '*'
21+
cooldown:
22+
default-days: 7

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ GitHub Action to set up the [pixi](https://github.com/prefix-dev/pixi) package m
5151
> dependencies:
5252
> patterns:
5353
> - '*'
54+
> cooldown:
55+
> default-days: 7
5456
> ```
5557

5658
## Features

0 commit comments

Comments
 (0)