Skip to content

Commit 34c62ff

Browse files
committed
don't update logback for now
1 parent c2ba182 commit 34c62ff

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

renovate.json5

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"customManagers": [
2+
$schema: "https://docs.renovatebot.com/renovate-schema.json",
3+
packageRules: [
4+
{
5+
matchDatasources: ["maven"],
6+
matchPackageNames: ["ch.qos.logback:logback-classic"],
7+
enabled: false,
8+
},
9+
],
10+
customManagers: [
411
{
512
"fileMatch": ["^conventions/src/main/kotlin/tel\\.schich\\.javacan\\.convention\\.native\\.gradle\\.kts$"],
6-
"matchStrings": [
7-
"dockcrossVersion\\s*=\\s*\"(?<currentValue>[^\"]+)\""
13+
matchStrings: [
14+
"dockcrossVersion\\s*=\\s*\"(?<currentValue>[^\"]+)\"",
815
],
916
// 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-
],
17+
depNameTemplate: "docker.io/dockcross/linux-x64",
18+
datasourceTemplate: "docker",
19+
versioningTemplate: "loose",
20+
},
21+
]
1522
}

0 commit comments

Comments
 (0)