chore: no minimumReleaseAge for leanix internal dependencies#97
Conversation
|
📊 Survey: Please help us track internal AI adoption. This is not for evaluation, only for metrics. You can update this anytime before merge.
🧑💻 If AI was used, what was it mainly used for?
Thank you in advance for your feedback.💙🙏🎉 |
SummaryThe following content is AI-generated and provides a summary of the pull request: Chore: Remove
|
There was a problem hiding this comment.
The PR correctly consolidates minimumReleaseAge overrides into the security preset, but the new GitHub Actions rule has a critical bug — "matchDatasources": ["github-actions"] is not a valid Renovate datasource and will silently never match, meaning internal GitHub Actions packages will still be subject to the 5-day wait. It should use matchManagers instead, consistent with how default.json already references GitHub Actions.
PR Bot Information
Version: 1.20.51
- File Content Strategy: Full file content
- Correlation ID:
8fcdb2fe-a461-4572-8820-67a4ecc14774 - LLM:
anthropic--claude-4.6-sonnet - Event Trigger:
pull_request.opened
fb58595 to
0264e25
Compare
**WHY** Increase the rollout speed for internal changes. Internal dependencies are considered safe. **WHAT** - add github actions - move all packageRules controling `minimumReleaseAge` to security preset
0264e25 to
4a58445
Compare
WHY Increase the rollout speed for internal changes. Internal dependencies are considered safe.
WHAT
minimumReleaseAgeto security preset