Skip to content

Commit 268250e

Browse files
authoredApr 27, 2024··
Update dependabot.yml
1 parent a3db35a commit 268250e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/dependabot.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ updates:
66
- package-ecosystem: npm
77
directory: /
88
groups:
9-
production: {dependency-type: production}
10-
development: {dependency-type: development}
9+
npm-production: {dependency-type: production}
10+
npm-development: {dependency-type: development}
1111
schedule: {interval: monthly}
1212

1313
- package-ecosystem: github-actions
1414
directory: /
1515
groups:
16-
any: {patterns: ['*']}
16+
github-actions: {patterns: ['*']}
1717
schedule: {interval: monthly}

0 commit comments

Comments
 (0)
Please sign in to comment.