Skip to content

Commit c5d00df

Browse files
Update renovate configuration to also check Google Maven repository. (#537)
This solves cases in which the Central Maven repository is behind on certain Androidx libraries, which we want to update right as they are published.
1 parent 0528d62 commit c5d00df

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/renovate.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
"matchPackagePrefixes": [
1313
"org.jetbrains.kotlin",
1414
"androidx.compose.compiler"
15-
]
15+
],
16+
"matchDatasources": ["maven"],
17+
"registryUrls": ["https://dl.google.com/dl/android/maven2/", "https://repo.maven.apache.org/maven2/"]
1618
}
1719
]
1820
}

0 commit comments

Comments
 (0)