• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

stacklok / toolhive / 17826142232

18 Sep 2025 10:42AM UTC coverage: 44.064% (+0.02%) from 44.047%
17826142232

push

github

web-flow
Fix renovate config to properly restrict kindest/node to patch updates only (#1950)

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.

Co-authored-by: toolhive-dev-bot <devnull@example.com>

15018 of 34082 relevant lines covered (44.06%)

16.03 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

82.15
/pkg/transport/proxy/httpsse/http_proxy.go


Source Not Available

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc