From da20cebe8422a286c6ec3042b2ede2365d0923de Mon Sep 17 00:00:00 2001 From: "Patrick J. Roddy" Date: Tue, 3 Dec 2024 10:58:46 +0000 Subject: [PATCH] Set `ignorePaths` to empty list --- .renovaterc.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/.renovaterc.json5 b/.renovaterc.json5 index 879a504f..523a314b 100644 --- a/.renovaterc.json5 +++ b/.renovaterc.json5 @@ -5,4 +5,5 @@ ":assignAndReview(team:collaborations-python-tooling)", ":maintainLockFilesMonthly", ], + ignorePaths: [], }