Skip to content

Commit

Permalink
Merge pull request dependabot#7594 from dependabot/abdulapopoola-patch-1
Browse files Browse the repository at this point in the history
Aggressively group prod and dev dependencies for NPM
  • Loading branch information
abdulapopoola authored Jul 19, 2023
2 parents cd0af0c + 790b014 commit 77055a4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,22 @@ updates:
interval: "weekly"
day: "sunday"
time: "16:00"
groups:
dependencies:
patterns:
- "@dependabot/yarn-lib"
- "@npmcli/arborist"
- "detect-indent"
- "nock"
- "npm"
- "@pnpm/lockfile-file"
- "@pnpm/dependency-path"
- "semver"
dev-dependencies:
patterns:
- "*eslint*"
- "*jest*"
- "*prettier"
ignore:
- dependency-name: "npm"
update-types: ["version-update:semver-major"]
Expand Down

0 comments on commit 77055a4

Please sign in to comment.