We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cooldown
1 parent 34cae51 commit 2591c20Copy full SHA for 2591c20
1 file changed
.github/dependabot.yml
@@ -4,6 +4,10 @@ updates:
4
directory: "/"
5
schedule:
6
interval: weekly
7
+ cooldown:
8
+ default-days: 7
9
+ exclude:
10
+ - "@actions/*"
11
labels:
12
- Rebuild
13
# Ignore incompatible dependency updates
@@ -25,6 +29,10 @@ updates:
25
29
- "/.github/actions"
26
30
27
31
32
33
34
35
+ - "actions/*"
28
36
37
38
groups:
0 commit comments