chore(renovate): label Renovate PRs semver:patch (semver:skip for actions)#585
Merged
Conversation
…ions) The Semver Label check is becoming a required status check on main (dataviking-infra#72). Renovate PRs carry no labels by default, so without this they would sit blocked behind the new gate. Default new Renovate PRs to semver:patch; the github-actions group gets semver:skip since workflow bumps change nothing that ships to PyPI (packageRules `labels` replaces the top-level list, so exactly one label lands). Note: Renovate only applies label config at PR creation — the currently open Renovate PRs are labeled by hand to match. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Deploying synthpanel with
|
| Latest commit: |
a0b62d8
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://0a801143.synthpanel.pages.dev |
| Branch Preview URL: | https://renovate-semver-labels.synthpanel.pages.dev |
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.
What
"labels": ["semver:patch"]on all Renovate PRsgithub-actionsgroup overrides tosemver:skip(packageRulelabelsreplaces the top-level list, so exactly onesemver:*label lands per PR)Why
Semver Labelis becoming a required status check onmain(DataViking-Tech/dataviking-infra#72). Renovate PRs carry no labels by default and would sit blocked behind the gate. Dependency bumps that ship in the package warrant a patch release; workflow-only bumps change nothing on PyPI, so they opt out viasemver:skip(same convention as #582).Renovate only applies label config at PR creation, so the currently open Renovate PRs (#569 #468 #452 #441) are being labeled by hand to match.
This PR itself is CI/config-only:
semver:skip.🤖 Generated with Claude Code