From d86d9f1cf657133ef890c77d02055d8c3b41a0cb Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Fri, 23 Aug 2024 11:31:19 +0200 Subject: [PATCH] chore(renovate): add rule --- renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/renovate.json b/renovate.json index 8209da3..8882371 100644 --- a/renovate.json +++ b/renovate.json @@ -6,6 +6,11 @@ "description": "Require approval for all dependencies", "matchDepNames": ["/.+/"], "dependencyDashboardApproval": true + }, + { + "description": "Separate minor and patch for some packages", + "matchDepNames": ["github.com/rhysd/actionlint"], + "separateMinorPatch": true } ] }