Skip to content

Commit 33de948

Browse files
authored
dependabot to group PRs (#557)
* dependabot to group PRs * fix target-branch * reduce diff * reduce diff * reduce diff
1 parent e76b442 commit 33de948

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,17 @@ updates:
1010
directory: / # Location of package manifests
1111
schedule:
1212
interval: weekly
13+
groups:
14+
gomod:
15+
applies-to: version-updates
16+
dependency-type: production
1317

1418
- package-ecosystem: github-actions
1519
target-branch: v3
1620
directory: /
1721
schedule:
18-
interval: weekly
22+
interval: weekly
23+
groups:
24+
github-actions:
25+
applies-to: version-updates
26+
dependency-type: production

0 commit comments

Comments
 (0)