File tree Expand file tree Collapse file tree 1 file changed +16
-9
lines changed Expand file tree Collapse file tree 1 file changed +16
-9
lines changed Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments