dependabot.yml 618 B

12345678910111213141516171819
  1. version: 2
  2. updates:
  3. # GitHub Actions — keeps workflow action versions (and their SHA pins) current.
  4. # Scoped to actions only: the repo's primary lockfile is bun.lock, and
  5. # Dependabot's npm ecosystem would update package-lock.json without syncing
  6. # bun.lock, causing lockfile drift. Dependency (npm) vulnerabilities are
  7. # instead caught at PR time by dependency-review.yml.
  8. - package-ecosystem: github-actions
  9. directory: /
  10. schedule:
  11. interval: weekly
  12. open-pull-requests-limit: 5
  13. groups:
  14. github-actions:
  15. patterns:
  16. - "*"
  17. commit-message:
  18. prefix: "ci"