RUST-141 Disable pin/rollback updates for SonarSource GitHub Actions#232
RUST-141 Disable pin/rollback updates for SonarSource GitHub Actions#232
Conversation
saberduck
commented
Apr 30, 2026
- Adds a `packageRule` to disable `pin` and `rollback` update types for `SonarSource/*` GitHub Actions
- Prevents Renovate from recreating PRs that replace `@v3` tags with exact versions
- Pattern from SonarSource/renovate-config#122
SummaryThis PR adds a packageRule to Renovate that disables The rationale is that keeping SonarSource actions on stable major version tags (e.g., What reviewers should knowKey file to review: What reviewers should focus on:
Non-obvious detail: This rule sits after an earlier rule that groups "all Sonar GitHub Actions," so ordering matters — the more specific rule (disabling pin/rollback) takes precedence for SonarSource packages.
|
e7b2e8c to
1fda287
Compare
There was a problem hiding this comment.
Single question before approving: does the languages-team preset in SonarSource/renovate-config already include the pin/rollback disable rule added in the previous commit? If so, the local packageRules entry at lines 102–116 is redundant and can be removed — no harm having it twice, but it will silently drift if the centralized rule ever changes scope.
|




