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"], + }, }