File tree Expand file tree Collapse file tree 1 file changed +17
-8
lines changed
Expand file tree Collapse file tree 1 file changed +17
-8
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
33 "extends" : [
4- " config:base" , " group:all" , " :dependencyDashboard" , " schedule:daily"
4+ " config:recommended" ,
5+ " group:all" ,
6+ " :dependencyDashboard" ,
7+ " schedule:daily"
58 ],
6- "baseBranches" : [
7- " main" , " end"
9+ "baseBranchPatterns" : [
10+ " main" ,
11+ " end"
812 ],
913 "packageRules" : [
1014 {
1115 "groupName" : " Kotlin Dependencies" ,
12- "matchPackagePrefixes" : [
13- " org.jetbrains.kotlin" ,
14- " androidx.compose.compiler"
16+ "matchDatasources" : [
17+ " maven"
1518 ],
16- "matchDatasources" : [" maven" ],
17- "registryUrls" : [" https://dl.google.com/dl/android/maven2/" , " https://repo.maven.apache.org/maven2/" ]
19+ "registryUrls" : [
20+ " https://dl.google.com/dl/android/maven2/" ,
21+ " https://repo.maven.apache.org/maven2/"
22+ ],
23+ "matchPackageNames" : [
24+ " org.jetbrains.kotlin{/,}**" ,
25+ " androidx.compose.compiler{/,}**"
26+ ]
1827 }
1928 ]
2029}
You can’t perform that action at this time.
0 commit comments