Skip to content

Commit

Permalink
chore: explicitly specify maven central location for renovate-bot ver…
Browse files Browse the repository at this point in the history
…sion lookups (#3374)
  • Loading branch information
mpeddada1 authored Nov 14, 2024
1 parent 15a64ee commit b20624c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@
}
],
"packageRules": [
{
"matchPackageNames": ["com.google.cloud:google-cloud-shared-config"],
"registryUrls": [
"https://repo.maven.apache.org/maven2/",
"https://repo1.maven.org/maven2"
]
},
{
"matchUpdateTypes": [
"major"
Expand Down

0 comments on commit b20624c

Please sign in to comment.