Merge pull request #596 from GSA/notify-admin-595

add npm config for dependabot
This commit is contained in:
Carlo Costino
2023-07-05 09:36:42 -04:00
committed by GitHub

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'