Skip to content

Commit 312b487

Browse files
authored
Shorten dependency group name by Dependabot
"development-dependencies" seems a bit too long in a PR title. Shorter titles with "dev-deps" are more readable and still clear. E.g., ```diff -Bump prettier from 3.5.3 to 3.6.0 in the development-dependencies group +Bump prettier from 3.5.3 to 3.6.0 in the dev-deps group ```
1 parent 4937876 commit 312b487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ updates:
99
labels:
1010
- 'pr: dependencies'
1111
groups:
12-
development-dependencies:
12+
dev-deps:
1313
dependency-type: 'development'
1414
exclude-patterns: ['eslint', 'eslint-*']
1515

0 commit comments

Comments
 (0)