Skip to content

Commit

Permalink
dependabot: Group React and types packages
Browse files Browse the repository at this point in the history
Also sort the list alphabetically.
  • Loading branch information
martinpitt authored and jelly committed Apr 27, 2024
1 parent 7f0b7c5 commit 888ea5a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,19 @@ updates:
esbuild:
patterns:
- "esbuild*"
patternfly:
patterns:
- "@patternfly*"
react:
patterns:
- "react*"
stylelint:
patterns:
- "stylelint*"
patternfly:
types:
patterns:
- "@patternfly*"
- "@types*"
- "types*"

- package-ecosystem: "github-actions"
directory: "/"
Expand Down

0 comments on commit 888ea5a

Please sign in to comment.