Skip to content

Commit b20624c

Browse files
authored
chore: explicitly specify maven central location for renovate-bot version lookups (#3374)
1 parent 15a64ee commit b20624c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

renovate.json

+7
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,13 @@
6363
}
6464
],
6565
"packageRules": [
66+
{
67+
"matchPackageNames": ["com.google.cloud:google-cloud-shared-config"],
68+
"registryUrls": [
69+
"https://repo.maven.apache.org/maven2/",
70+
"https://repo1.maven.org/maven2"
71+
]
72+
},
6673
{
6774
"matchUpdateTypes": [
6875
"major"

0 commit comments

Comments
 (0)