dependabot.yml 612 B

1234567891011121314151617181920212223242526272829
  1. version: 2
  2. updates:
  3. - package-ecosystem: "npm"
  4. directories:
  5. - "/"
  6. - "/ui"
  7. - "/apps/desktop"
  8. - "/src/context/memory/edgeclaw-memory-core"
  9. schedule:
  10. interval: "weekly"
  11. day: "monday"
  12. time: "09:00"
  13. timezone: "Asia/Shanghai"
  14. - package-ecosystem: "github-actions"
  15. directory: "/"
  16. schedule:
  17. interval: "weekly"
  18. day: "monday"
  19. time: "09:00"
  20. timezone: "Asia/Shanghai"
  21. - package-ecosystem: "docker"
  22. directory: "/"
  23. schedule:
  24. interval: "weekly"
  25. day: "monday"
  26. time: "09:00"
  27. timezone: "Asia/Shanghai"