dependabot.yml 703 B

123456789101112131415161718192021222324
  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://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
  5. version: 2
  6. updates:
  7. - package-ecosystem: cargo
  8. directory: "/"
  9. schedule:
  10. interval: daily
  11. time: "08:00"
  12. timezone: UTC
  13. open-pull-requests-limit: 6
  14. - package-ecosystem: npm
  15. directories:
  16. - "/"
  17. - "/clients/js"
  18. - "/clients/js-legacy"
  19. schedule:
  20. interval: daily
  21. time: "09:00"
  22. timezone: UTC
  23. open-pull-requests-limit: 6