dependabot.yml 887 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. version: 2
  2. updates:
  3. - package-ecosystem: "npm"
  4. directory: "/"
  5. exclude-paths:
  6. # Vendored Cordis sources follow vendor/README.md instead of registry updates.
  7. - "vendor/**"
  8. schedule:
  9. interval: "cron"
  10. cronjob: "0 4 * * *"
  11. timezone: "Asia/Shanghai"
  12. cooldown:
  13. default-days: 30
  14. labels:
  15. - "kind/dependency"
  16. - "area/infra"
  17. - package-ecosystem: "uv"
  18. directory: "/python/sdk"
  19. schedule:
  20. interval: "cron"
  21. cronjob: "0 4 * * *"
  22. timezone: "Asia/Shanghai"
  23. cooldown:
  24. default-days: 30
  25. labels:
  26. - "kind/dependency"
  27. - "area/infra"
  28. - package-ecosystem: "github-actions"
  29. directory: "/"
  30. schedule:
  31. interval: "cron"
  32. cronjob: "0 4 * * *"
  33. timezone: "Asia/Shanghai"
  34. cooldown:
  35. default-days: 30
  36. labels:
  37. - "kind/dependency"
  38. - "area/infra"