Skip to content

Commit 043524d

Browse files
committed
manage dockcross via renovate
1 parent 4f00bdf commit 043524d

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

renovate.json5

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
2+
"$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+
],
315
}

0 commit comments

Comments
 (0)