diff --git a/.github/renovate.json b/.github/renovate.json index 6a4451cf..d2e3b753 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -324,6 +324,12 @@ "matchDatasources": ["go"], "matchPackageNames": ["github.com/oschwald/geoip2-golang/v2"], "sourceUrl": "https://github.com/oschwald/geoip2-golang" + }, + { + "description": "Fix Renovate lookup for google/uuid", + "matchDatasources": ["go"], + "matchPackageNames": ["github.com/google/uuid"], + "sourceUrl": "https://github.com/google/uuid" } ] }