dependabot: Group React and types packages
Also sort the list alphabetically.
This commit is contained in:
parent
7f0b7c54f0
commit
888ea5a229
1 changed files with 10 additions and 3 deletions
13
.github/dependabot.yml
vendored
13
.github/dependabot.yml
vendored
|
|
@ -15,12 +15,19 @@ updates:
|
|||
esbuild:
|
||||
patterns:
|
||||
- "esbuild*"
|
||||
stylelint:
|
||||
patterns:
|
||||
- "stylelint*"
|
||||
patternfly:
|
||||
patterns:
|
||||
- "@patternfly*"
|
||||
react:
|
||||
patterns:
|
||||
- "react*"
|
||||
stylelint:
|
||||
patterns:
|
||||
- "stylelint*"
|
||||
types:
|
||||
patterns:
|
||||
- "@types*"
|
||||
- "types*"
|
||||
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue