github: replace npm-update workflow with dependabot

https://docs.github.com/en/code-security/dependabot/working-with-dependabot
This commit is contained in:
Katerina Koukiou 2022-02-10 15:36:09 +01:00 committed by Martin Pitt
parent dfff5fc364
commit 558703a24b
3 changed files with 19 additions and 60 deletions

19
.github/dependabot.yml vendored Normal file
View 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*"