Skip to content
Open
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
23 changes: 22 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,14 @@
],
"enabledManagers": [
"custom.regex",
"github-actions"
"github-actions",
"gomod"
],
"osvVulnerabilityAlerts": true,
"vulnerabilityAlerts": {
"enabled": true,
"labels": ["security", "renovate/security"]
},
"customManagers": [
{
"customType": "regex",
Expand Down Expand Up @@ -434,6 +440,21 @@
],
"groupName": "Aztec node updates",
"groupSlug": "aztec-node"
},
{
"description": "Auto-merge patch-level updates (low risk) once CI passes. Platform auto-merge waits for required checks; aztec is excluded by the rule below.",
"matchUpdateTypes": [
"patch"
],
"automerge": true,
"platformAutomerge": true
},
{
"description": "Never auto-merge Aztec — fast-moving testnet (nightly tags, frequent majors). Always review, even patches.",
"matchFileNames": [
"internal/embed/networks/aztec/**"
],
"automerge": false
}
]
}
Loading