From 0947400c2cd96ae4dc37d49b24743c61a91ae6a0 Mon Sep 17 00:00:00 2001 From: Nicolas Vuillamy Date: Sun, 26 Oct 2025 01:12:11 +0200 Subject: [PATCH] Update sfdx-hardis fileMatch patterns in catalog.json --- src/api/json/catalog.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/json/catalog.json b/src/api/json/catalog.json index 9df796aa2c5..cecdd247721 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -5429,8 +5429,8 @@ "fileMatch": [ ".sfdx-hardis.yml", ".sfdx-hardis.yaml", - "**/branches/.sfdx-hardis.*.yml", - "**/branches/.sfdx-hardis.*.yaml" + ".sfdx-hardis.*.yml", + ".sfdx-hardis.*.yaml" ], "url": "https://raw.githubusercontent.com/hardisgroupcom/sfdx-hardis/main/config/sfdx-hardis.jsonschema.json" },