Skip to content

Commit

Permalink
Merge pull request #7630 from dependabot/abdulapopoola-patch-1
Browse files Browse the repository at this point in the history
Update dependabot.yml to capture by package manager
  • Loading branch information
abdulapopoola committed Jul 25, 2023
2 parents b78829c + a0b53cd commit 6ba0aa1
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,21 @@ updates:
day: "sunday"
time: "16:00"
groups:
dependencies:
npm-dependencies:
patterns:
- "@dependabot/yarn-lib"
- "@npmcli/arborist"
- "detect-indent"
- "nock"
- "npm"
- "semver"
exclude-patterns:
- "detect-indent" # temp excluded due to https://github.com/dependabot/dependabot-core/pull/5683#issuecomment-1243468605
yarn-dependencies:
patterns:
- "@dependabot/yarn-lib"
pnpm-dependencies:
patterns:
- "@pnpm/lockfile-file"
- "@pnpm/dependency-path"
- "semver"
dev-dependencies:
patterns:
- "*eslint*"
Expand Down

0 comments on commit 6ba0aa1

Please sign in to comment.