Skip to content

Commit 919bbbd

Browse files
authored
Renovate config: forbid updating to kotest ...-LOCAL (#248)
The `6.0.0-LOCAL` version shouldn't have been published to the Gradle Plugin Portal, but since it's there, we don't want to update to it because it's missing some artifacts. Following https://docs.renovatebot.com/configuration-options/#ignore-versions-with-negated-regex-syntax
1 parent 2c503a9 commit 919bbbd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

renovate.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,11 @@
33
"extends": [
44
"config:base"
55
],
6-
"automerge": true
6+
"automerge": true,
7+
"packageRules": [
8+
{
9+
"matchPackageNames": ["io.kotest.multiplatform"],
10+
"allowedVersions": "!/LOCAL$/"
11+
}
12+
]
713
}

0 commit comments

Comments
 (0)