chore(renovate): document patch-coverage gate and sole-bot policy - #764
Conversation
|
Note Gittensory Gate skippedPR closed before full evaluation. No late first comment was created.
💰 Earn for open-source contributions like this. Gittensor lets GitHub contributors earn for the work they already do — register to start earning →. Checked by Gittensory, a quiet PR intelligence layer for OSS maintainers. |
Two follow-ups from the coverage-gate change (#763) and the duplicate hono advisory PRs (#760 from Renovate, #761 from Dependabot security updates): - prBodyNotes referenced the old "97% global coverage gate" that #763 replaced. Update it to describe the Codecov patch-coverage gate so Renovate stops stamping stale guidance on every dependency PR. - Record that Renovate is the sole dependency/security bot. GitHub Dependabot security updates has been disabled at the repo level (automated-security-fixes) so a single advisory no longer produces two PRs; Renovate's vulnerabilityAlerts continues to cover security advisories.
1dfcb38 to
25be710
Compare
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
|
gittensory · advisory review Reviewed 1 changed file(s) — two independent AI reviewers. Changed files: Suggested action: ✅ Safe to merge — both reviewers found no blocking issues. Reviewer A · Suggestions
Reviewer B · No blocking issues spotted. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #764 +/- ##
=======================================
Coverage 96.59% 96.59%
=======================================
Files 91 91
Lines 13646 13646
Branches 4975 4975
=======================================
Hits 13182 13182
Misses 97 97
Partials 367 367 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Context
Follow-up to the coverage-gate change (#763) and the duplicate hono advisory PRs (#760 from Renovate, #761 from Dependabot security updates).
Why two PRs for one advisory
The repo had no
dependabot.yml(Dependabot wasn't doing version updates), but GitHub's Dependabot security updates toggle (automated-security-fixes) was enabled. That toggle auto-raises PRs for advisories independently of Renovate — and Renovate's ownvulnerabilityAlertswas already covering the same feed. One hono advisory → two PRs.Changes
Repo setting (already applied, not in this diff): disabled Dependabot security updates via the API (
automated-security-fixesis nowenabled: false). Renovate remains the sole bot; itsvulnerabilityAlertsstill covers security advisories, so nothing is left unwatched — there's just no duplicate.This diff (
renovate.json):prBodyNotesreferenced the old "97% global coverage gate" that ci(coverage): gate on patch coverage via Codecov, not global threshold #763 replaced. Updated to describe the Codecov patch-coverage gate, so Renovate stops stamping stale guidance on every dependency PR.CI note
validatewill be red on thenpm auditstep until the hono bump (#760) lands onmain; this branch will go green after a sync withmain. Config-only change — no code touched.