Skip to content

Commit 1a47fa3

Browse files
authored
Merge pull request #106 from authzed/dependabot-grouping
add dependabot grouping
2 parents fb4d5c9 + 75b2af3 commit 1a47fa3

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,13 @@ updates:
55
schedule:
66
interval: "monthly"
77
versioning-strategy: increase
8+
groups:
9+
npm:
10+
patterns: ["*"]
11+
- package-ecosystem: "github-actions"
12+
directory: "/"
13+
schedule:
14+
interval: "monthly"
15+
groups:
16+
github-actions:
17+
patterns: ["*"]

0 commit comments

Comments
 (0)