We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7469ffe commit cf75d61Copy full SHA for cf75d61
.renovaterc.json5
@@ -1,4 +1,21 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "extends": ["github>go-git/.github"]
+ "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
14
+ ]
15
+ }
16
17
+ "vulnerabilityAlerts": {
18
+ "enabled": true
19
+ },
20
+ "osvVulnerabilityAlerts": true
21
}
0 commit comments