We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f00bdf commit 043524dCopy full SHA for 043524d
1 file changed
renovate.json5
@@ -1,3 +1,15 @@
1
{
2
- "$schema": "https://docs.renovatebot.com/renovate-schema.json"
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "customManagers": [
4
+ {
5
+ "fileMatch": ["^conventions/src/main/kotlin/tel\\.schich\\.javacan\\.convention\\.native\\.gradle\\.kts$"],
6
+ "matchStrings": [
7
+ "dockcrossVersion\\s*=\\s*\"(?<currentValue>[^\"]+)\""
8
+ ],
9
+ // this is hardcoded to linux-x64, but the tag would normally be aligned anyway
10
+ "depNameTemplate": "docker.io/dockcross/linux-x64",
11
+ "datasourceTemplate": "docker",
12
+ "versioningTemplate": "loose",
13
+ }
14
15
}
0 commit comments