Migrate dependency greenkeeping from Renovate to kindling#1101
Merged
Migrate dependency greenkeeping from Renovate to kindling#1101
Conversation
Replaces Renovate Bot with kindling cron-based dependency maintenance. A weekly kindling task handles dependency updates and advisory resolution with neutral PR framing (no security language in public artifacts). Adds .kindling/ project config with cron schedule, GreenKeeper role override encoding SDK-specific patterns (three-tier deps, consumer impact audit, pnpm override patterns), and task description. Removes renovate.json. Keeps Dependabot for GitHub UI security alerts. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Deploying redwood-sdk-docs with
|
| Latest commit: |
d9e98da
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://a860050d.redwood-sdk-docs.pages.dev |
| Branch Preview URL: | https://rwsdk-greenkeep-with-kindlin.redwood-sdk-docs.pages.dev |
No longer needed -- dependency maintenance is handled by kindling. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Context
Replaces Renovate Bot with kindling cron-based dependency maintenance. A weekly kindling task handles dependency updates and advisory resolution with neutral PR framing.
Details
What changed
.kindling/: Project-level kindling config with a weekly cron schedule (0 6 * * 0), a GreenKeeper role override encoding SDK-specific patterns (three-tier dependency categorization, consumer impact audit, pnpm override patterns, manifest-first updates), and a task description file for the cron entry.CONTRIBUTING.md: Rewrote the "Dependency Management and Greenkeeping" section. Removed Renovate-specific language, Dependency Dashboard references, and the React canary tracking note (no longer relevant -- we use plain semver for React). Added kindling-based automation description and manual trigger instructions.renovate.json: Deleted. Renovate is decommissioned..gitignore: Added.notes/to prevent kindling task artifacts (advisory drafts, worklogs) from being committed..github/dependabot.yml: Kept withopen-pull-requests-limit: 0for GitHub UI security alerts as a detection signal.Remaining manual steps after merge