Skip to content

Commit 3eeea89

Browse files
authored
Create dependabot.yml (#26)
1 parent f87afd0 commit 3eeea89

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,22 @@ updates:
77
open-pull-requests-limit: 10
88
labels:
99
- T:dependencies
10+
# Group all patch updates into a single PR
11+
groups:
12+
patch-updates:
13+
applies-to: version-updates
14+
update-types:
15+
- "patch"
1016
- package-ecosystem: gomod
1117
directory: "/"
1218
schedule:
1319
interval: daily
1420
open-pull-requests-limit: 10
1521
labels:
1622
- T:dependencies
23+
# Group all patch updates into a single PR
24+
groups:
25+
patch-updates:
26+
applies-to: version-updates
27+
update-types:
28+
- "patch"

0 commit comments

Comments
 (0)