Skip to content

Commit b126fac

Browse files
authored
Merge pull request #3434 from github/mbg/dependabot/cooldown
Add `cooldown` settings for Dependabot
2 parents 835dade + faf7a50 commit b126fac

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ updates:
44
directory: "/"
55
schedule:
66
interval: weekly
7+
cooldown:
8+
default-days: 7
9+
exclude:
10+
- "@actions/*"
711
labels:
812
- Rebuild
913
# Ignore incompatible dependency updates
@@ -25,6 +29,10 @@ updates:
2529
- "/.github/actions"
2630
schedule:
2731
interval: weekly
32+
cooldown:
33+
default-days: 7
34+
exclude:
35+
- "actions/*"
2836
labels:
2937
- Rebuild
3038
groups:

0 commit comments

Comments
 (0)