From 2b2f3c876bc0f89152f92dca2e5a7431cd561e18 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 20 Apr 2026 11:01:53 +0000 Subject: [PATCH] chore: fix Renovate lookup failure for google/uuid dependency --- .github/renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) 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" } ] }