dependabot.yml 271 B

123456789101112
  1. version: 2
  2. updates:
  3. - package-ecosystem: github-actions
  4. directory: /
  5. schedule:
  6. interval: "weekly"
  7. day: "sunday"
  8. - package-ecosystem: "pip"
  9. directory: "/.github/workflows/dependencies"
  10. schedule:
  11. interval: "weekly"
  12. day: "sunday"