Skip to content

feat: Test vulnerability alert ordering with explicit config - #417

Closed
jsonbailey wants to merge 2 commits into
mainfrom
jb/renovate-exclude-gh-actions
Closed

feat: Test vulnerability alert ordering with explicit config#417
jsonbailey wants to merge 2 commits into
mainfrom
jb/renovate-exclude-gh-actions

Conversation

@jsonbailey

Copy link
Copy Markdown
Contributor

Summary

  • Adds explicit vulnerabilityAlerts and osvVulnerabilityAlerts config at the repo level, after the preset's enabled: false packageRule
  • Testing whether this ordering causes Renovate to create security update PRs for bundler packages with known CVEs

Context

The sdk-ruby preset sets enabled: false for all bundler packages to suppress routine dependency PRs. However, Renovate's vulnerability alert system should bypass enabled: false via a force mechanism. The log from js-core showed that npm packages with known CVEs were logged as "is disabled" rather than generating PRs.

This PR tests whether explicitly re-declaring vulnerabilityAlerts.enabled: true at the repo level (after the preset extends) changes the behavior.

jsonbailey and others added 2 commits June 8, 2026 09:46
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Testing whether defining vulnerabilityAlerts after the preset's
enabled:false packageRule causes security updates to be created.
@jsonbailey jsonbailey closed this Aug 14, 2026
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.

1 participant