fix(deps): resolve Renovate lookup failure for geoip2-golang v2 module
Renovate could not resolve the Go module path github.com/oschwald/geoip2-golang/v2 because the /v2 suffix is a Go module convention, not a separate GitHub repository. Added a packageRules entry with an explicit sourceUrl pointing to the actual upstream repo so Renovate can correctly look up available versions. No changes to application code, go.mod, or go.sum — the dependency was already declared correctly.
This commit is contained in:
6
.github/renovate.json
vendored
6
.github/renovate.json
vendored
@@ -281,6 +281,12 @@
|
||||
"matchUpdateTypes": ["major"],
|
||||
"automerge": false,
|
||||
"labels": ["manual-review"]
|
||||
},
|
||||
{
|
||||
"description": "Fix Renovate lookup for geoip2-golang v2 module path",
|
||||
"matchDatasources": ["go"],
|
||||
"matchPackageNames": ["github.com/oschwald/geoip2-golang/v2"],
|
||||
"sourceUrl": "https://github.com/oschwald/geoip2-golang"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user