Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
"enabled": true,
"automerge": true
},
"minimumReleaseAge": "7 days",
"internalChecksFilter": "strict",
"osvVulnerabilityAlerts": true,
"vulnerabilityAlerts": {
"minimumReleaseAge": null
},
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Security settings in ignored config file, shadowed by root

High Severity

The new minimumReleaseAge, internalChecksFilter, osvVulnerabilityAlerts, and vulnerabilityAlerts settings are added to .github/renovate.json, but a renovate.json file exists at the repository root. Renovate uses the first config file it finds in priority order, and renovate.json at root takes precedence over .github/renovate.json. This means the entire .github/renovate.json — including these new supply chain security settings — is likely ignored, silently defeating the purpose of this PR.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 84e23b8. Configure here.

"autoApprove": true,
"labels": ["Dependencies", "Renovate"],
"packageRules": [
Expand Down
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
nodeLinker: node-modules
npmRegistryServer: 'https://registry.npmjs.org'
enableGlobalCache: true
npmMinimalAgeGate: 7d