add npm config

This commit is contained in:
Kenneth Kehl
2023-07-04 09:53:37 -07:00
parent 7a03a64d06
commit d90d795a26

View File

@@ -3,9 +3,14 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
version: 3
updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'daily'