Skip to content

Commit f8dd0a3

Browse files
authored
feat(dependabot): group updates (#77)
1 parent 2525fe0 commit f8dd0a3

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
@@ -9,3 +9,12 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "weekly"
12+
commit-message:
13+
prefix: "chore(npm)"
14+
labels:
15+
- "dependencies"
16+
- "npm"
17+
groups:
18+
npm-dependencies:
19+
patterns:
20+
- "*"

0 commit comments

Comments
 (0)