Upgrade to GitHub-native Dependabot
This commit is contained in:
parent
62952f9fc8
commit
b89d757a3f
1 changed files with 13 additions and 0 deletions
13
.github/dependabot.yml
vendored
Normal file
13
.github/dependabot.yml
vendored
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: npm
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: daily
|
||||||
|
time: "04:00"
|
||||||
|
open-pull-requests-limit: 10
|
||||||
|
reviewers:
|
||||||
|
- bitpatty
|
||||||
|
- qberoot
|
||||||
|
labels:
|
||||||
|
- dependencies
|
Loading…
Reference in a new issue