From e6f5c9ecb4badb7d855dc7a3c2300b15761d24e0 Mon Sep 17 00:00:00 2001 From: zamaz <71521611+zachariahmiller@users.noreply.github.com> Date: Wed, 13 Dec 2023 12:57:18 -0500 Subject: [PATCH] use matchFileNames --- renovate.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 979d00e..ac35d99 100644 --- a/renovate.json +++ b/renovate.json @@ -91,7 +91,7 @@ "packageRules": [ { "matchManagers": ["regex", "helm-values", "kubernetes"], - "paths": ["src/{{groupSlug}}/**"], + "matchFileNames": ["src/{{groupSlug}}/**"], "groupName": "dependencies - {{groupSlug}}", "groupSlug": "istio", "commitMessageTopic": "{{groupSlug}}", @@ -99,14 +99,14 @@ }, { "matchManagers": ["regex", "helm-values", "kubernetes"], - "paths": ["src/{{groupSlug}}/**"], + "matchFileNames": ["src/{{groupSlug}}/**"], "groupName": "dependencies - {{groupSlug}}", "groupSlug": "promtail", "commitMessageTopic": "{{groupSlug}}", "additionalBranchPrefix": "package-{{groupSlug}}-deps" }, { - "paths": [".github/**"], + "matchFileNames": [".github/**"], "matchManagers": ["github-actions", "regex"], "commitMessageTopic": "update {{groupSlug}}", "matchDepTypes": [