From 11105ee8ab247b9b26e476c55ac57f233fb5eef7 Mon Sep 17 00:00:00 2001 From: Chase Sterling Date: Mon, 13 Jan 2025 11:20:33 -0500 Subject: [PATCH] Further reduce renovate pre-commit hook updates. --- renovate.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index a315f3291d..a6d4b9eeaf 100644 --- a/renovate.json +++ b/renovate.json @@ -51,12 +51,12 @@ ] }, { - "description": "This gets bumped constantly. Limit it to Sunday nights (9 PM - 12 AM)", + "description": "This pre-commit env takes a long time to rebuild. Limit updates to monthly.", "matchPackageNames": [ "renovatebot/pre-commit-hooks" ], - "schedule": [ - "* 21-23 * * 0" + "extends": [ + "schedule:monthly" ] }, {