Skip to content

Commit 1b72fdb

Browse files
authored
build: dependabot group names (#204)
1 parent e5142b6 commit 1b72fdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ updates:
1616
labels:
1717
- "build"
1818
groups:
19-
dev-dependencies:
19+
dev:
2020
dependency-type: "development"
2121
update-types:
2222
- "minor"
2323
- "patch"
24-
dependencies:
24+
prod:
2525
dependency-type: "production"
2626
update-types:
2727
- "minor"

0 commit comments

Comments
 (0)