Skip to content

Commit b7a5b9f

Browse files
task: Pin unleashversion to 3 in all v3 projects (#67)
* task: Pin unleashversion to <4 in all v3 projects Co-authored-by: Thomas Heartman <[email protected]>
1 parent 96213e3 commit b7a5b9f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

renovate.json

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"extends": [
33
"config:base"
4+
],
5+
"packageRules": [
6+
{
7+
"matchPaths": ["v3/"],
8+
"matchPackageNames": ["unleash-server"],
9+
"allowedVersions": "< 4"
10+
}
411
]
512
}

0 commit comments

Comments
 (0)