Skip to content

Commit 2314f84

Browse files
authored
chore: add Renovate updates for v24.1 release branch (#9427)
**Description** Add patch updates for v24.1 release branch. **Checklist** - [X] Code compiles correctly and linting passes locally
1 parent 5eba66d commit 2314f84

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.github/renovate.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,19 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["github>hypermodeinc/renovate-config"],
44
"rangeStrategy": "widen",
5-
"ignorePaths": ["contrib/**"]
5+
"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+
"matchBaseBranches": ["release/v24.1"],
16+
"matchUpdateTypes": ["minor", "major"],
17+
"enabled": false
18+
}
19+
]
620
}

0 commit comments

Comments
 (0)