Skip to content

Commit f552fb6

Browse files
authored
Merge pull request #51 from pomerium/cdoxsey/dependabot-grouping
ci: group dependabot updates
2 parents 720e933 + 3fedbb2 commit f552fb6

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+
- "*"

vpnlist.json

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)