chore: fix Renovate lookup failure for google/uuid dependency

This commit is contained in:
GitHub Actions
2026-04-20 11:01:53 +00:00
parent 20f2624653
commit 2b2f3c876b

View File

@@ -324,6 +324,12 @@
"matchDatasources": ["go"], "matchDatasources": ["go"],
"matchPackageNames": ["github.com/oschwald/geoip2-golang/v2"], "matchPackageNames": ["github.com/oschwald/geoip2-golang/v2"],
"sourceUrl": "https://github.com/oschwald/geoip2-golang" "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"
} }
] ]
} }