dependabot.yml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. # To get started with Dependabot version updates, you'll need to specify which
  2. # package ecosystems to update and where the package manifests are located.
  3. # Please see the documentation for all configuration options:
  4. # https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
  5. version: 2
  6. updates:
  7. - package-ecosystem: "cargo"
  8. directory: "/wnfs"
  9. commit-message:
  10. prefix: "chore(rust)"
  11. include: "scope"
  12. target-branch: "main"
  13. schedule:
  14. interval: "weekly"
  15. labels:
  16. - "chore"
  17. - package-ecosystem: "cargo"
  18. directory: "/wnfs-wasm"
  19. commit-message:
  20. prefix: "chore(rust)"
  21. include: "scope"
  22. target-branch: "main"
  23. schedule:
  24. interval: "weekly"
  25. labels:
  26. - "chore"
  27. - package-ecosystem: "npm"
  28. directory: "/wnfs-wasm"
  29. commit-message:
  30. prefix: "chore(npm)"
  31. include: "scope"
  32. target-branch: "main"
  33. schedule:
  34. interval: "weekly"
  35. labels:
  36. - "chore"
  37. - package-ecosystem: "github-actions"
  38. directory: "/"
  39. commit-message:
  40. prefix: "chore(ci)"
  41. include: "scope"
  42. target-branch: "main"
  43. schedule:
  44. interval: "weekly"
  45. labels:
  46. - "chore"