chore(renovate): stop updating max-sixty/tend and workflow node version#183
Merged
Conversation
Deploying mouseterm with
|
| Latest commit: |
908d39c
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://f93639d9.mouseterm.pages.dev |
| Branch Preview URL: | https://chore-renovate-pin-tend-node.mouseterm.pages.dev |
Two github-actions deps shouldn't be Renovate-managed: - max-sixty/tend: the tend bot opens its own version-update PRs, so Renovate bumping it (e.g. 0.1.8 -> v1) just causes churn/conflicts. - node: the Node version is governed by devEngines.runtime in package.json; Renovate bumping node-version in workflows (22 -> 24) decouples CI from that single source of truth. Disable both via packageRules so the github-actions group PR stops including them. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
14f46ae to
908d39c
Compare
dormouse-bot
approved these changes
Jun 29, 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.
Two
github-actionsdeps shouldn't be Renovate-managed, so this addspackageRulesto disable them:max-sixty/tend— the tend bot opens its own version-update PRs. Renovate bumping it (e.g.0.1.8 → v1) just causes churn and conflicts with what tend does itself.node— the Node version is governed bydevEngines.runtimeinpackage.json. Letting Renovate bumpnode-versionin workflows (22 → 24) decouples CI from that single source of truth.Effect on #181
Both of these are currently bundled into the conflicting github-actions group PR #181. Once this merges, Renovate will regenerate #181 — dropping the node and tend hunks (and resolving the conflict), leaving only the legit action bumps (pnpm, chromaui/action, claude-code-action, checkout, tauri-action, attest-build-provenance).
🤖 Generated with Claude Code