Skip to content

Commit 49cd678

Browse files
authored
Merge pull request #15 from pomerium/cdoxsey/dependabot-grouping
ci: group dependabot updates
2 parents 60b756d + 3c3da1e commit 49cd678

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/dependabot.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,16 @@ updates:
55
schedule:
66
interval: "monthly"
77
open-pull-requests-limit: 50
8+
groups:
9+
github-actions:
10+
patterns:
11+
- "*"
812
- package-ecosystem: "gomod"
913
directory: "/"
1014
schedule:
1115
interval: "monthly"
1216
open-pull-requests-limit: 50
17+
groups:
18+
go:
19+
patterns:
20+
- "*"

0 commit comments

Comments
 (0)