We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0af7a2 commit f1fb10fCopy full SHA for f1fb10f
.github/dependabot.yml
@@ -8,6 +8,8 @@ updates:
8
gh-actions:
9
patterns:
10
- '*'
11
+ cooldown:
12
+ default-days: 7
13
- package-ecosystem: npm
14
directory: /
15
schedule:
@@ -16,3 +18,5 @@ updates:
16
18
nodejs:
17
19
20
21
22
README.md
@@ -51,6 +51,8 @@ GitHub Action to set up the [pixi](https://github.com/prefix-dev/pixi) package m
51
> dependencies:
52
> patterns:
53
> - '*'
54
+> cooldown:
55
+> default-days: 7
56
> ```
57
58
## Features
0 commit comments