Skip to content

Commit 4e265f4

Browse files
authored
Use versionCompatibility in Renovate for Spock variants (#2321)
1 parent 6eafb3d commit 4e265f4

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/renovate.json5

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,7 @@
4242
},
4343
{
4444
matchPackageNames: ["/^org.spockframework:spock-/"],
45-
matchCurrentVersion: "/-groovy-3\\.0$/",
46-
allowedVersions: "/-groovy-3\\.0$/"
47-
},
48-
{
49-
matchPackageNames: ["/^org.spockframework:spock-/"],
50-
matchCurrentVersion: "/-groovy-4\\.0$/",
51-
allowedVersions: "/-groovy-4\\.0$/"
52-
},
53-
{
54-
matchPackageNames: ["/^org.spockframework:spock-/"],
55-
matchCurrentVersion: "/-groovy-5\\.0$/",
56-
allowedVersions: "/-groovy-5\\.0$/"
45+
versionCompatibility: "^(?<version>.*)-(?<compatibility>groovy-.*)$"
5746
}
5847
]
5948
}

0 commit comments

Comments
 (0)