Skip to content

Fix Renovate minimum release age exception - #4029

Open
Eljees wants to merge 1 commit into
semgrep:developfrom
Eljees:agent/fix-renovate-minimum-release-age
Open

Fix Renovate minimum release age exception#4029
Eljees wants to merge 1 commit into
semgrep:developfrom
Eljees:agent/fix-renovate-minimum-release-age

Conversation

@Eljees

@Eljees Eljees commented Jul 28, 2026

Copy link
Copy Markdown

Summary

  • recommend the valid "minimumReleaseAge": "0 days" Renovate exception
  • treat the invalid boolean value false as a finding
  • keep explicit exceptions out of the 1–6 day minimum-age check

Root cause

The rule documented and exempted false, but Renovate requires minimumReleaseAge to be a string. Using the suggested value therefore makes Renovate reject the repository configuration.

Validation

  • semgrep test package_managers/renovate
  • semgrep validate package_managers/renovate

Closes #4018

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.

Incorrect suggestion for renovate-missing-minimum-release-age rule

1 participant