Skip to content

Commit 5c36f22

Browse files
authored
chore(ci): Add cooldown of 7 days to dependabot (#10948)
2 parents 3648800 + ebd32db commit 5c36f22

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ updates:
1313
- "type: dependency"
1414
- "type: github actions"
1515
- "report: exclude"
16+
cooldown:
17+
default-days: 7
1618
commit-message:
1719
prefix: chore
1820
include: scope
@@ -24,6 +26,8 @@ updates:
2426
labels:
2527
- "type: dependency"
2628
- "type: gradle"
29+
cooldown:
30+
default-days: 7
2731
commit-message:
2832
prefix: chore
2933
include: scope
@@ -36,6 +40,8 @@ updates:
3640
labels:
3741
- "type: dependency"
3842
- "type: pip"
43+
cooldown:
44+
default-days: 7
3945
commit-message:
4046
prefix: chore
4147
include: scope

0 commit comments

Comments
 (0)