mirror of
https://github.com/dependabot/fetch-metadata.git
synced 2026-03-12 18:07:12 -04:00
Aggressively group prod and dev dependencies
Use wildcard matching to aggregate prod and dev updates into two separate groups
This commit is contained in:
committed by
GitHub
parent
37cfe1cba0
commit
f5e0b6a123
14
.github/dependabot.yml
vendored
14
.github/dependabot.yml
vendored
@@ -13,6 +13,18 @@ updates:
|
||||
day: "sunday"
|
||||
time: "16:00"
|
||||
groups:
|
||||
eslint-dependencies:
|
||||
dependencies:
|
||||
patterns:
|
||||
- "*actions*"
|
||||
- "*pluralize*"
|
||||
dev-dependencies:
|
||||
patterns:
|
||||
- "*eslint*"
|
||||
- "*types*"
|
||||
- "*vercel"
|
||||
- "*dotenv*"
|
||||
- "*jest*"
|
||||
- "*nock*"
|
||||
- "*node*"
|
||||
- "*yaml*"
|
||||
- "*yargs*"
|
||||
|
||||
Reference in New Issue
Block a user