dependabot.yml 666 B

12345678910111213141516171819202122
  1. # To get started with Dependabot version updates, you'll need to specify which
  2. # package ecosystems to update and where the package manifests are located.
  3. # Please see the documentation for all configuration options:
  4. # https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
  5. version: 2
  6. updates:
  7. - package-ecosystem: npm
  8. directory: '/'
  9. schedule:
  10. interval: weekly
  11. open-pull-requests-limit: 99
  12. allow:
  13. - dependency-type: direct
  14. - package-ecosystem: bundler
  15. directory: '/'
  16. schedule:
  17. interval: weekly
  18. open-pull-requests-limit: 99
  19. allow:
  20. - dependency-type: direct