Skip to content

Disable Renovate vulnerability alerts#68

Merged
leighmcculloch merged 1 commit into
mainfrom
disable-renovate-vulnerability-alerts
Jun 3, 2026
Merged

Disable Renovate vulnerability alerts#68
leighmcculloch merged 1 commit into
mainfrom
disable-renovate-vulnerability-alerts

Conversation

@leighmcculloch

Copy link
Copy Markdown
Member

What

Add a top-level vulnerabilityAlerts block to renovate.json5 that turns the feature off.

Why

Renovate's CI job emits a "Cannot access vulnerability alerts" warning because it attempts to read GitHub's vulnerability-alert data, which this repo does not grant access to or rely on. This config tightly scopes Renovate to managing tool versions, so the lookup is unnecessary noise; disabling it removes the warning.


Generated by Claude Code

@leighmcculloch leighmcculloch marked this pull request as ready for review June 3, 2026 02:09
Copilot AI review requested due to automatic review settings June 3, 2026 02:09
@leighmcculloch leighmcculloch enabled auto-merge (squash) June 3, 2026 02:10

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the repository’s Renovate configuration to stop Renovate from attempting to query GitHub vulnerability alert data, eliminating the recurring “Cannot access vulnerability alerts” CI warning in a repo that doesn’t use or grant access to that feature.

Changes:

  • Added a top-level vulnerabilityAlerts configuration block in renovate.json5.
  • Disabled vulnerability alert lookups via vulnerabilityAlerts.enabled: false.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@leighmcculloch leighmcculloch merged commit 6179cb4 into main Jun 3, 2026
116 checks passed
@leighmcculloch leighmcculloch deleted the disable-renovate-vulnerability-alerts branch June 3, 2026 02:13
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.

4 participants