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 5eba66d commit 2314f84Copy full SHA for 2314f84
.github/renovate.json
@@ -2,5 +2,19 @@
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": ["github>hypermodeinc/renovate-config"],
4
"rangeStrategy": "widen",
5
- "ignorePaths": ["contrib/**"]
+ "ignorePaths": ["contrib/**"],
6
+ "baseBranches": ["main", "release/v24.1"],
7
+ "packageRules": [
8
+ {
9
+ "matchBaseBranches": ["release/v24.1"],
10
+ "groupName": "v24.1 patch",
11
+ "matchUpdateTypes": ["digest", "patch"],
12
+ "minimumReleaseAge": "3 days"
13
+ },
14
15
16
+ "matchUpdateTypes": ["minor", "major"],
17
+ "enabled": false
18
+ }
19
+ ]
20
}
0 commit comments