dependabot.yml 837 B

123456789101112131415161718192021222324252627282930
  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
  21. - package-ecosystem: github-actions
  22. directory: '/'
  23. schedule:
  24. interval: weekly
  25. open-pull-requests-limit: 99
  26. allow:
  27. - dependency-type: direct