Skip to content

Commit c4e46c5

Browse files
authored
Improve the dependabot config to lower toil. (#770)
1 parent 6c34d66 commit c4e46c5

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

.github/dependabot.yml

+15-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,22 @@ updates:
33
- package-ecosystem: gomod
44
directory: "/"
55
schedule:
6-
interval: daily
6+
interval: weekly
77
open-pull-requests-limit: 10
8+
groups:
9+
go-minor-updates:
10+
applies-to: version-updates
11+
update-types:
12+
- minor
13+
- patch
814
- package-ecosystem: "github-actions"
915
directory: "/"
1016
schedule:
11-
interval: "daily"
17+
interval: weekly
18+
open-pull-requests-limit: 10
19+
groups:
20+
actions-minor-updates:
21+
applies-to: version-updates
22+
update-types:
23+
- minor
24+
- patch

0 commit comments

Comments
 (0)