Skip to content

Commit 14d8b26

Browse files
authored
chore: update dependabot.yml
1 parent da6e5e6 commit 14d8b26

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,23 @@ updates:
66
labels:
77
- dependencies
88
schedule:
9-
interval: daily
9+
interval: "weekly"
10+
groups:
11+
gomod-normal-deps:
12+
update-types:
13+
- patch
14+
- minor
15+
gomod-breaking-deps:
16+
update-types:
17+
- major
1018

1119
- package-ecosystem: "github-actions"
1220
directory: "/"
1321
labels:
1422
- dependencies
1523
schedule:
16-
interval: "daily"
24+
interval: "weekly"
25+
groups:
26+
actions-deps:
27+
patterns:
28+
- "*"

0 commit comments

Comments
 (0)