Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit 9938a3c

Browse files
committed
Group dependabot updates into a single PR
1 parent 064a97f commit 9938a3c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,18 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7+
groups:
8+
github-actions:
9+
patterns:
10+
- "*"
11+
712
- package-ecosystem: "npm"
813
directory: "/"
914
schedule:
1015
interval: "weekly"
1116
ignore:
1217
- dependency-name: "@types/node"
18+
groups:
19+
npm-dependencies:
20+
patterns:
21+
- "*"

0 commit comments

Comments
 (0)