From a810010ae1641a9b9c620efb0b6e44be690c4b1d 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..ad763bc5 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -3,7 +3,7 @@ "extends": ["config:base"], "regexManagers": [ { - "fileMatch": ["(^|/)\\.github/workflows/.+\\.ya?ml"], + "fileMatch": ["kustomization.ya??ml$"], "matchStrings": [ "datasource=(?\\S+) depName=(?\\S+)\n.*(?v[0-9.]+)" ],