mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 09:02:50 +00: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:
|
ignore:
|
||||||
- dependency-name: "@types/node"
|
- dependency-name: "@types/node"
|
||||||
groups:
|
groups:
|
||||||
runtime-dependencies:
|
npm-dependencies:
|
||||||
patterns:
|
|
||||||
- "@actions/*"
|
|
||||||
- "@octokit/rest"
|
|
||||||
- "string-argv"
|
|
||||||
dev-dependencies:
|
|
||||||
patterns:
|
patterns:
|
||||||
- "*"
|
- "*"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue