From 9e2f36bfb20fac734e9ec2aa5bfc308bf627d15c Mon Sep 17 00:00:00 2001 From: "Patrick J. Roddy" Date: Tue, 3 Dec 2024 10:41:03 +0000 Subject: [PATCH] Add filematch --- .renovaterc.json5 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.renovaterc.json5 b/.renovaterc.json5 index 879a504f..6770d16f 100644 --- a/.renovaterc.json5 +++ b/.renovaterc.json5 @@ -5,4 +5,7 @@ ":assignAndReview(team:collaborations-python-tooling)", ":maintainLockFilesMonthly", ], + "pre-commit": { + fileMatch: ["tests/data/test_package_generation/.pre-commit-config.yaml"], + }, }