From f54479ecaa0ea94882a6f82c1812145c8a84e110 Mon Sep 17 00:00:00 2001 From: Eric Promislow Date: Tue, 18 Jun 2024 16:42:45 -0700 Subject: [PATCH] Ignore all versions of wrangler. --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 3bbe7d6e..238686df 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -12,7 +12,7 @@ "github.com/rancher/hull", "github.com/rancher/lasso", "github.com/rancher/wrangler", - "github.com/rancher/wrangler/v3", + "github.com/rancher/wrangler/v2" "github.com/rancher/wrangler/v3" ] }