Skip to content

Commit 2640cc0

Browse files
authored
feat: Add cooldown setting for Dependabot updates (#3143)
1 parent fef0cd0 commit 2640cc0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ updates:
99
timezone: 'Europe/Berlin'
1010
pull-request-branch-name:
1111
separator: '-'
12+
cooldown:
13+
default-days: 3
1214

1315
- package-ecosystem: 'npm'
1416
directory: '/'
@@ -17,6 +19,8 @@ updates:
1719
interval: 'daily'
1820
time: '04:00'
1921
timezone: 'Europe/Berlin'
22+
cooldown:
23+
default-days: 3
2024
ignore:
2125
# We ignore output targets they would introduce breaking changes
2226
- dependency-name: '@stencil/react-output-target'

0 commit comments

Comments
 (0)