We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3db35a commit 268250eCopy full SHA for 268250e
.github/dependabot.yml
@@ -6,12 +6,12 @@ updates:
6
- package-ecosystem: npm
7
directory: /
8
groups:
9
- production: {dependency-type: production}
10
- development: {dependency-type: development}
+ npm-production: {dependency-type: production}
+ npm-development: {dependency-type: development}
11
schedule: {interval: monthly}
12
13
- package-ecosystem: github-actions
14
15
16
- any: {patterns: ['*']}
+ github-actions: {patterns: ['*']}
17
0 commit comments