Skip to content
Merged
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
9 changes: 7 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,22 @@
"prConcurrentLimit": 5,
"prHourlyLimit": 2,
"labels": ["dependencies"],
"osvVulnerabilityAlerts": true,
"vulnerabilityAlerts": {
"schedule": ["at any time"]
},
"packageRules": [
{
"description": "Bundle all minor and patch updates (npm, GitHub Actions, Docker) into a single weekly PR",
"matchUpdateTypes": ["minor", "patch", "digest", "pin"],
"groupName": "non-major dependencies"
},
{
"description": "Major dependency updates: bundled, only after 14 days of release age (~bi-weekly cadence)",
"description": "Major dependency updates: bundled, bi-weekly cadence (first and third Monday) with a 14-day staleness floor",
"matchUpdateTypes": ["major"],
"groupName": "major dependencies",
"minimumReleaseAge": "14 days"
"minimumReleaseAge": "14 days",
"schedule": ["* 0-5 1-7,15-21 * 1"]
Comment thread
designcode marked this conversation as resolved.
},
{
"description": "TypeScript and @types/node major updates: held 60 days post-release (~every 2 months)",
Expand Down