File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 {
88 groupName : 'Kotlin, KSP and Compose Compiler' ,
99 groupSlug : 'kotlin' ,
10- matchPackagePrefixes : [
11- 'com.google.devtools.ksp' ,
12- 'androidx.compose.compiler' ,
13- ] ,
14- matchPackagePatterns : [
15- 'org.jetbrains.kotlin.*' ,
10+ matchPackageNames : [
11+ 'com.google.devtools.ksp{/,}**' ,
12+ 'androidx.compose.compiler{/,}**' ,
13+ '/org.jetbrains.kotlin.*/' ,
1614 ] ,
1715 } ,
1816 {
1917 description : 'Automatically merge minor and patch-level updates' ,
20- matchUpdateTypes : [ 'minor' , 'patch' , 'digest' ] ,
18+ matchUpdateTypes : [
19+ 'minor' ,
20+ 'patch' ,
21+ 'digest' ,
22+ ] ,
2123 automerge : true ,
2224 automergeType : 'pr' ,
2325 platformAutomerge : true ,
24- }
26+ } ,
2527 ] ,
2628 ignorePresets : [
27- // Ensure we get the latest version and are not pinned to old versions.
2829 'workarounds:javaLTSVersions' ,
2930 ] ,
3031 customManagers : [
31- // Update .java-version file with the latest JDK version.
3232 {
3333 customType : 'regex' ,
34- fileMatch : [
35- '\\.java-version$' ,
34+ managerFilePatterns : [
35+ '/ \\.java-version$/ ' ,
3636 ] ,
3737 matchStrings : [
3838 '(?<currentValue>.*)\\n' ,
3939 ] ,
4040 datasourceTemplate : 'java-version' ,
4141 depNameTemplate : 'java' ,
42- // Only write the major version.
4342 extractVersionTemplate : '^(?<version>\\d+)' ,
4443 } ,
4544 ] ,
46- }
45+ }
You can’t perform that action at this time.
0 commit comments