dependabot.yml 648 B

123456789101112131415161718192021
  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. directory: "/"
  16. schedule:
  17. interval: daily
  18. time: "09:00"
  19. timezone: UTC
  20. open-pull-requests-limit: 6