Skip to content

Commit ce29f90

Browse files
authored
feat: added dependabot cooldown feature (#5104)
1 parent 6400e19 commit ce29f90

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 2 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: 7
1214

1315
# Daily: Check minor and patch updates
1416
- package-ecosystem: "npm"
@@ -18,6 +20,8 @@ updates:
1820
interval: "daily"
1921
time: "23:00"
2022
timezone: "Europe/Berlin"
23+
cooldown:
24+
default-days: 3
2125
ignore:
2226
# angular: we update the major version manually
2327
- dependency-name: "@angular*"
@@ -60,7 +64,7 @@ updates:
6064
- "react"
6165
- "react-dom"
6266
update-types:
63-
- "minor"
67+
- "minor"
6468
# Testing frameworks
6569
playwright:
6670
patterns:
@@ -75,7 +79,7 @@ updates:
7579
stylelint:
7680
patterns:
7781
- "stylelint*"
78-
- "@double-great/stylelint-a11y"
82+
- "@double-great/stylelint-a11y"
7983
prettier:
8084
patterns:
8185
- "prettier*"

0 commit comments

Comments
 (0)