Skip to content

Commit

Permalink
Merge pull request #420 from dependabot/abdulapopoola-patch-1
Browse files Browse the repository at this point in the history
Aggressively group prod and dev dependencies
  • Loading branch information
abdulapopoola authored Jul 19, 2023
2 parents 37cfe1c + f5e0b6a commit fd8e6dc
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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*"

0 comments on commit fd8e6dc

Please # to comment.