From 3f01f50c60a6b425d2ec05f8a53c11718568a60e Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Thu, 16 Oct 2025 12:47:11 +0200 Subject: [PATCH] chore: remove packageRules for Renovate pre-commit hook Eliminate the packageRules section for daily updates to the Renovate pre-commit hook in the renovate.json configuration. This change simplifies the configuration by removing unused rules and streamlines the renovation process. --- renovate.json | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/renovate.json b/renovate.json index 3831380..66e83f0 100644 --- a/renovate.json +++ b/renovate.json @@ -2,16 +2,5 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "local>opzkit/renovate-config" - ], - "packageRules": [ - { - "description": "Schedule Renovate pre-commit hook updates daily (0:00-1:59)", - "matchPackageNames": [ - "renovatebot/pre-commit-hooks" - ], - "schedule": [ - "* 0-1 * * *" - ] - } ] }