chore: retire Renovate β this repository's dependency bot is buddy - #1437
Merged
Conversation
The repo ran both: .github/renovate.json extends ow3org/renovate-config and the app is live (three renovate/* branches, open PRs #1352, #1362, #1363 β the oldest from March), while buddy.yml dogfoods buddy on the same dependencies. Two bots proposing updates to one tree race each other, and CLAUDE.md already states the intent: buddy handles dependency updates, not renovatebot. Disabled via { "enabled": false } rather than deleting the file, so the installed app neither runs nor reopens an onboarding PR. The open Renovate PRs and branches can be closed once this lands; uninstalling the app itself is an org-level action only Chris can take. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This was referenced Aug 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
One of the two standing questions for Chris answered itself in the branch list: Renovate is still live here.
.github/renovate.jsonextendsow3org/renovate-config, threerenovate/*branches exist, and the app has open PRs β #1352 (March), #1362, #1363 β proposing updates to the same treebuddy.ymldogfoods buddy on. Two bots racing one dependency set, andCLAUDE.mdalready records the intent: buddy handles dependency updates β not renovatebot.What this does
Replaces the preset extension with
{ "enabled": false }. Disabling via config rather than deleting the file matters: on a config-less repo the installed app opens a fresh onboarding PR, which would resurrect exactly what this removes. Withenabled: falsethe app stays silent.What it deliberately does not do
renovate/*branches β worth doing right after this lands; buddy will re-propose anything still outdated on its next scheduled run.The other standing question, answered along the way
Nothing in the repository regenerates
CLAUDE.md's embedded README copy β the only reference to the file anywhere in tooling isscripts/check-docs-claims.tsreading it. It is hand-maintained and has already drifted (the embedded copy predates the AI-review section of the real README). Worth deciding whether to sync it manually, script it, or trim the embedded copy.π€ Generated with Claude Code