From e5bfe0b47b1d20e7d5bfe0c3115b25fda50449c9 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Fri, 21 Nov 2025 18:47:52 +0100 Subject: [PATCH] renovate.json: reduce number of PRs for .pre-commit-config.yaml --- renovate.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/renovate.json b/renovate.json index 0baee08..a4e8daf 100644 --- a/renovate.json +++ b/renovate.json @@ -41,6 +41,13 @@ } ], "packageRules": [ + { + "matchFileNames": [".pre-commit-config.yaml"], + "separateMajorMinor": true, + "separateMinorPatch": false, + "separateMultipleMajor": false, + "separateMultipleMinor": false + }, { "matchManagers": ["helm-values"], "postUpgradeTasks": {