From df7fc1e3a6df4316920ab221431945cdf9aa7217 Mon Sep 17 00:00:00 2001 From: sofisl <55454395+sofisl@users.noreply.github.com> Date: Fri, 30 Jul 2021 11:29:33 -0500 Subject: [PATCH] build: update auto-approve config for new validation (#1169) Co-authored-by: Anthonios Partheniou --- synthtool/gcp/templates/node_library/.github/auto-approve.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/synthtool/gcp/templates/node_library/.github/auto-approve.yml b/synthtool/gcp/templates/node_library/.github/auto-approve.yml index a79ba66c2..49cf94228 100644 --- a/synthtool/gcp/templates/node_library/.github/auto-approve.yml +++ b/synthtool/gcp/templates/node_library/.github/auto-approve.yml @@ -6,7 +6,7 @@ rules: - "CHANGELOG\\.md$" maxFiles: 3 - author: "renovate-bot" - title: "^(fix\\(deps\\)|chore\\(deps\\)):" + title: "^(fix|chore)\\(deps\\):" changedFiles: - - "/package\\.json$" + - "package\\.json$" maxFiles: 2