mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-21 15:51:03 -05:00
Group all npm dependencies in a single dependabot PR
This commit is contained in:
parent
2dbad1ea2d
commit
4821f54162
1 changed files with 1 additions and 6 deletions
7
.github/dependabot.yml
vendored
7
.github/dependabot.yml
vendored
|
@ -22,12 +22,7 @@ updates:
|
|||
ignore:
|
||||
- dependency-name: "@types/node"
|
||||
groups:
|
||||
runtime-dependencies:
|
||||
patterns:
|
||||
- "@actions/*"
|
||||
- "@octokit/rest"
|
||||
- "string-argv"
|
||||
dev-dependencies:
|
||||
npm-dependencies:
|
||||
patterns:
|
||||
- "*"
|
||||
|
||||
|
|
Loading…
Reference in a new issue