Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@
],
"postUpdateOptions": ["npmDedupe"],
"prBodyNotes": [
"Dependency PRs must keep `npm run test:ci` passing and preserve the 97% global coverage gate.",
"GitHub Actions updates must remain SHA-pinned."
"Dependency PRs must keep `npm run test:ci` passing. The 97% coverage requirement is enforced as Codecov patch coverage on changed lines (codecov/patch), so dependency-only bumps satisfy it without new tests.",
"GitHub Actions updates must remain SHA-pinned.",
"Renovate is the sole dependency and security-update bot for this repo; GitHub Dependabot security updates are disabled to avoid duplicate PRs (e.g. the two hono advisory PRs)."
],
"prConcurrentLimit": 5,
"prHourlyLimit": 2,
Expand Down
Loading