Skip to content

Commit d23e59e

Browse files
authored
Merge pull request #546 from android/renovate/migrate-config
Migrate renovate config
2 parents e543228 + 9fc29e9 commit d23e59e

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

.github/renovate.json

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,29 @@
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
}

0 commit comments

Comments
 (0)