File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "extends" : [" github>henrist/renovate-config:default" ],
2+ "extends" : [
3+ " github>henrist/renovate-config:default"
4+ ],
35 "automerge" : true ,
46 "automergeType" : " branch" ,
57 "customManagers" : [
68 {
79 "customType" : " regex" ,
8- "fileMatch" : [" build\\ .gradle\\ .kts$" ],
9- "matchStrings" : [" jvmToolchain\\ ((?<currentValue>\\ d+)\\ )" ],
10+ "managerFilePatterns" : [
11+ " /build\\ .gradle\\ .kts$/"
12+ ],
13+ "matchStrings" : [
14+ " jvmToolchain\\ ((?<currentValue>\\ d+)\\ )"
15+ ],
1016 "depNameTemplate" : " java" ,
1117 "datasourceTemplate" : " java-version" ,
1218 "extractVersionTemplate" : " ^(?<version>\\ d+)"
1319 },
1420 {
1521 "customType" : " regex" ,
16- "fileMatch" : [" ^\\ .github/workflows/[^/]+\\ .yml$" ],
17- "matchStrings" : [" java-version:\\ s*(?<currentValue>\\ d+)" ],
22+ "managerFilePatterns" : [
23+ " /^\\ .github/workflows/[^/]+\\ .yml$/"
24+ ],
25+ "matchStrings" : [
26+ " java-version:\\ s*(?<currentValue>\\ d+)"
27+ ],
1828 "depNameTemplate" : " java" ,
1929 "datasourceTemplate" : " java-version" ,
2030 "extractVersionTemplate" : " ^(?<version>\\ d+)"
2333 "packageRules" : [
2434 {
2535 "groupName" : " jdk" ,
26- "matchPackageNames" : [" eclipse-temurin" , " java" ]
36+ "matchPackageNames" : [
37+ " eclipse-temurin" ,
38+ " java"
39+ ]
2740 }
2841 ]
2942}
You can’t perform that action at this time.
0 commit comments