Skip to content

Commit ebd32db

Browse files
committed
chore(ci): Add cooldown of 7 days to dependabot
This helps avoid supply chain attacks by not pulling in changes too quickly.
1 parent 3648800 commit ebd32db

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)