CI: Add Dependabot configuration
Will check weekly the npm dependencies and open PRs to update them
This commit is contained in:
parent
b3ea035039
commit
8a37e5782c
|
@ -0,0 +1,7 @@
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: npm
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: weekly
|
||||||
|
open-pull-requests-limit: 10
|
Loading…
Reference in New Issue