dependabot.yml 375 B

12345678910111213
  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: "cargo"
  6. directory: "/"
  7. schedule:
  8. interval: "weekly"
  9. - package-ecosystem: "github-actions"
  10. directory: "/"
  11. schedule:
  12. interval: "weekly"