From a2cacfd35a81de8432504a3427d565d96e62a1fb Mon Sep 17 00:00:00 2001 From: Robert Jacob Date: Tue, 22 Oct 2024 20:53:20 +0200 Subject: [PATCH] fix: Update renovate ignore with new module path --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index e0a417fddf132..903f53254e27c 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 }