[FIX] adding NPM to dependabot
This commit is contained in:
parent
f10aec82e7
commit
4d2f6ae8a7
7
.github/dependabot.yml
vendored
7
.github/dependabot.yml
vendored
|
@ -3,5 +3,8 @@ updates:
|
|||
- package-ecosystem: pip
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: monthly
|
||||
open-pull-requests-limit: 10
|
||||
interval: daily
|
||||
package-ecosystem: npm
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: daily
|
Loading…
Reference in a new issue