We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eafb3d commit 4e265f4Copy full SHA for 4e265f4
.github/renovate.json5
@@ -42,18 +42,7 @@
42
},
43
{
44
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
55
- matchCurrentVersion: "/-groovy-5\\.0$/",
56
- allowedVersions: "/-groovy-5\\.0$/"
+ versionCompatibility: "^(?<version>.*)-(?<compatibility>groovy-.*)$"
57
}
58
]
59
0 commit comments