Skip to content

Commit 290efc9

Browse files
authored
Group dependabot updates (#1386)
1 parent 230ecf4 commit 290efc9

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,23 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7+
groups:
8+
bundler:
9+
patterns:
10+
- "*"
711
- package-ecosystem: "github-actions"
812
directory: "/"
913
schedule:
1014
interval: "weekly"
15+
groups:
16+
github_actions:
17+
patterns:
18+
- "*"
1119
- package-ecosystem: "npm"
1220
directory: "/"
1321
schedule:
1422
interval: "weekly"
23+
groups:
24+
npm:
25+
patterns:
26+
- "*"

0 commit comments

Comments
 (0)