Chore: create dependabot.yml config (#4227)
This commit is contained in:
parent
a527b320e9
commit
f73500391b
|
@ -0,0 +1,7 @@
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "npm"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
open-pull-requests-limit: 25
|
Loading…
Reference in New Issue