We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8f5885 commit ede3d1dCopy full SHA for ede3d1d
1 file changed
.github/dependabot.yml
@@ -9,7 +9,17 @@ updates:
9
directory: "/"
10
schedule:
11
interval: "weekly"
12
+ cooldown:
13
+ default-days: 3
14
+ semver-major-days: 7
15
+ semver-minor-days: 3
16
+ semver-patch-days: 3
17
- package-ecosystem: "github-actions"
18
directory: ".github"
19
20
21
22
23
+ groups:
24
+ all-actions:
25
+ patterns: [ "*" ]
0 commit comments