Skip to content

Commit d486242

Browse files
authored
Merge pull request #176 from nodivbyzero/renovate-security-bumps
build: Enable renovate for the v5 release line
2 parents 7469ffe + cf75d61 commit d486242

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

.renovaterc.json5

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["github>go-git/.github"]
3+
"extends": ["github>go-git/.github"],
4+
"baseBranchPatterns": [
5+
"main",
6+
"releases/v5.x"
7+
],
8+
"packageRules": [
9+
{
10+
"description": "Disable non-security bumps for the v5 release line",
11+
"enabled": false,
12+
"matchBaseBranches": [
13+
"releases/v5.x"
14+
]
15+
}
16+
],
17+
"vulnerabilityAlerts": {
18+
"enabled": true
19+
},
20+
"osvVulnerabilityAlerts": true
421
}

0 commit comments

Comments
 (0)