github: replace npm-update workflow with dependabot
https://docs.github.com/en/code-security/dependabot/working-with-dependabot
This commit is contained in:
parent
dfff5fc364
commit
558703a24b
3 changed files with 19 additions and 60 deletions
19
.github/dependabot.yml
vendored
Normal file
19
.github/dependabot.yml
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
groups:
|
||||
eslint:
|
||||
patterns:
|
||||
- "eslint*"
|
||||
esbuild:
|
||||
patterns:
|
||||
- "esbuild*"
|
||||
stylelint:
|
||||
patterns:
|
||||
- "stylelint*"
|
||||
patternfly:
|
||||
patterns:
|
||||
- "@patternfly*"
|
||||
Loading…
Add table
Add a link
Reference in a new issue