dependabot.yml 346 B

123456789
  1. # Please see the documentation for all configuration options:
  2. # https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
  3. version: 2
  4. updates:
  5. - package-ecosystem: "npm" # See documentation for possible values
  6. directory: "/" # Location of package manifests
  7. schedule:
  8. interval: "daily"