Skip to content

chore: add Renovate for security-only dependency updates - #1

Open
maia-cloud-agent[bot] wants to merge 1 commit into
mainfrom
chore/renovate-security-only
Open

chore: add Renovate for security-only dependency updates#1
maia-cloud-agent[bot] wants to merge 1 commit into
mainfrom
chore/renovate-security-only

Conversation

@maia-cloud-agent

@maia-cloud-agent maia-cloud-agent Bot commented Jul 15, 2026

Copy link
Copy Markdown

Summary

Add Renovate configured for security-only dependency updates.

  • Disables all regular dependency update PRs (no routine version-bump noise)
  • Enables OSV vulnerability alerts — Renovate will only create PRs when a dependency has a known CVE/security advisory
  • Uses the security:only-security-updates pattern from Renovate's official security presets

Config

{
  "extends": ["config:recommended"],
  "osvVulnerabilityAlerts": true,
  "packageRules": [{ "enabled": false, "matchPackageNames": ["*"] }],
  "vulnerabilityAlerts": { "enabled": true }
}

Note

Low Risk
Adds CI/automation config only; no application runtime, auth, or data-path changes.

Overview
Adds a new renovate.json so Renovate can run against the repo with security-focused behavior only.

It extends config:recommended, turns on OSV and vulnerabilityAlerts, and uses a catch-all packageRules entry that disables updates for every package so routine version-bump PRs should not be opened—only vulnerability-driven updates are intended.

Reviewed by Cursor Bugbot for commit 730d007. Bugbot is set up for automated code reviews on this repo. Configure here.

@cursor cursor Bot 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.

Approved: Cursor Bugbot completed successfully with no findings. No approval policies apply to this renovate.json-only change. No reviewers assigned (reviewer assignment tool unavailable).

Open in Web View Automation 

Sent by Cursor Approval Agent: Pull Request Router and Approver

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.

0 participants