Skip to content

Commit

Permalink
Fix #261 and update grouping in dependabot.yml
Browse files Browse the repository at this point in the history
Adds 2 groups for dependabot updates, WP packages and everything else
  • Loading branch information
tomjn authored Mar 11, 2024
1 parent 6a57306 commit 57bbb9a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,10 @@ updates:
# Prefix all commit messages with "npm":
commit-message:
prefix: "npm"
groups:
wordpress:
patterns:
- "@wordpress/*"
dependencies:
patterns:
- "*"

0 comments on commit 57bbb9a

Please sign in to comment.