Skip to content

Commit 4f6ad29

Browse files
authored
Update comment for dependency grouping in config
1 parent 77e0574 commit 4f6ad29

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ updates:
99
directory: '/'
1010
schedule:
1111
interval: 'weekly'
12-
# group deps
12+
# group all deps
1313
groups:
1414
dependencies:
1515
update-types:
@@ -18,7 +18,6 @@ updates:
1818
- 'patch'
1919
# do not update if a dependency’s release falls within its cooldown period (same as minimumReleaseAge or stabilityDays)
2020
cooldown:
21-
default-days: 5
2221
semver-major-days: 30
2322
semver-minor-days: 7
2423
semver-patch-days: 7

0 commit comments

Comments
 (0)