Adding npm to dependabot
This commit is contained in:
parent
17e688e0c6
commit
e6ad3494d0
7
.github/dependabot.yml
vendored
7
.github/dependabot.yml
vendored
|
@ -3,5 +3,8 @@ updates:
|
||||||
- package-ecosystem: pip
|
- package-ecosystem: pip
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: monthly
|
interval: daily
|
||||||
open-pull-requests-limit: 10
|
package-ecosystem: npm
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: daily
|
Loading…
Reference in a new issue