Skip to content

Add Renovate tracking for CRS v4 LTS (4.25.x) with zero release age#526

Open
fzipi with Copilot wants to merge 1 commit into
mainfrom
copilot/update-renovatebot-config
Open

Add Renovate tracking for CRS v4 LTS (4.25.x) with zero release age#526
fzipi with Copilot wants to merge 1 commit into
mainfrom
copilot/update-renovatebot-config

Conversation

Copilot AI commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

This updates Renovate to manage lts_v4_version in config/_default/params.yaml against the CRS v4 LTS line (4.25.x). It also removes release-age delay for that LTS stream by setting minimum age to zero.

  • LTS dependency lane

    • Added a dedicated package rule for coreruleset-v4-lts.
    • Constrained updates to >=4.25.0 <4.26.0.
    • Set minimumReleaseAge to 0 days.
  • Custom manager for lts_v4_version

    • Added a regex-based custom manager entry targeting:
      • config/_default/params.yaml
      • lts_v4_version: "<semver>"
{
  "matchDepNames": ["coreruleset-v4-lts"],
  "allowedVersions": ">=4.25.0 <4.26.0",
  "minimumReleaseAge": "0 days",
  "groupName": "CRS v4 LTS updates"
}

@fzipi fzipi marked this pull request as ready for review July 3, 2026 09:53
@fzipi fzipi enabled auto-merge July 3, 2026 09:53
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