From b1adee052b116d32d25b7370424633732faf0630 Mon Sep 17 00:00:00 2001 From: Dan Manners Date: Sun, 10 Sep 2023 11:21:08 -0400 Subject: [PATCH] Updating Renovate --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 04e2f175..e3a60e23 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -3,7 +3,7 @@ "extends": ["config:base"], "regexManagers": [ { - "fileMatch": ["(^|/)\\.github/workflows/.+\\.ya?ml"], + "fileMatch": ["^kustomization.yaml$"], "matchStrings": [ "datasource=(?\\S+) depName=(?\\S+)\n.*(?v[0-9.]+)" ],