From c9b2907f3c97cf0a14837c0b27cad7a06d84f447 Mon Sep 17 00:00:00 2001 From: Robert Jacob Date: Wed, 23 Oct 2024 05:39:38 +0200 Subject: [PATCH] fix: Update renovate ignore for operator API with new module path (#14581) --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index e0a417fddf13..903f53254e27 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -16,7 +16,7 @@ "matchFileNames": [ "operator/go.mod" ], "matchPackageNames": [ "github.com/grafana/loki", - "github.com/grafana/loki/operator/apis/loki" + "github.com/grafana/loki/operator/api/loki" ], "enabled": false }