dependabot.yml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. # This independently locked pnpm workspace has its own update entry below.
  9. - "native/landlock-run/**"
  10. schedule:
  11. interval: "cron"
  12. cronjob: "0 4 * * *"
  13. timezone: "Asia/Shanghai"
  14. cooldown:
  15. default-days: 30
  16. labels:
  17. - "cleanup"
  18. - "area/infra"
  19. - package-ecosystem: "npm"
  20. directory: "/native/landlock-run"
  21. schedule:
  22. interval: "cron"
  23. cronjob: "0 4 * * *"
  24. timezone: "Asia/Shanghai"
  25. cooldown:
  26. default-days: 30
  27. labels:
  28. - "cleanup"
  29. - "area/infra"
  30. - package-ecosystem: "uv"
  31. directory: "/python/sdk"
  32. schedule:
  33. interval: "cron"
  34. cronjob: "0 4 * * *"
  35. timezone: "Asia/Shanghai"
  36. cooldown:
  37. default-days: 30
  38. labels:
  39. - "cleanup"
  40. - "area/infra"
  41. - package-ecosystem: "github-actions"
  42. directory: "/"
  43. schedule:
  44. interval: "cron"
  45. cronjob: "0 4 * * *"
  46. timezone: "Asia/Shanghai"
  47. cooldown:
  48. default-days: 30
  49. labels:
  50. - "cleanup"
  51. - "area/infra"