Skip to content

Conversation

@JAORMX
Copy link
Collaborator

@JAORMX JAORMX commented Sep 18, 2025

The issue was that we had two package rules that both matched custom.regex managers:

  1. A broad "dockerfile template base images" rule that matched all docker custom.regex managers
  2. A specific "kindest/node versions" rule with patch-only restriction

The broad rule was overriding the specific rule, causing kindest/node to get minor updates (v1.34.0).

Fixed by:

  • Reordering rules so kindest/node rule comes first (higher priority)
  • Adding negative match (!kindest/node) to the dockerfile template rule to exclude kindest/node
  • This ensures kindest/node only gets patch updates while other docker images get all updates

Validated with renovate-config-validator.

…s only

The issue was that we had two package rules that both matched custom.regex managers:
1. A broad "dockerfile template base images" rule that matched all docker custom.regex managers
2. A specific "kindest/node versions" rule with patch-only restriction

The broad rule was overriding the specific rule, causing kindest/node to get minor updates (v1.34.0).

Fixed by:
- Reordering rules so kindest/node rule comes first (higher priority)
- Adding negative match (!kindest/node) to the dockerfile template rule to exclude kindest/node
- This ensures kindest/node only gets patch updates while other docker images get all updates

Validated with renovate-config-validator.
@JAORMX JAORMX merged commit 30b658b into main Sep 18, 2025
20 checks passed
@JAORMX JAORMX deleted the fix/renovate-kindest-node-patch-only branch September 18, 2025 10:42
@codecov
Copy link

codecov bot commented Sep 18, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 47.00%. Comparing base (66fc703) to head (18af621).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1950      +/-   ##
==========================================
+ Coverage   46.98%   47.00%   +0.01%     
==========================================
  Files         223      223              
  Lines       27669    27669              
==========================================
+ Hits        13001    13006       +5     
+ Misses      13666    13663       -3     
+ Partials     1002     1000       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants