From d80908392cc1b2fc7e716574cacd331e5e8725aa Mon Sep 17 00:00:00 2001 From: viceice Date: Thu, 19 Feb 2026 10:57:44 +0000 Subject: [PATCH] chore(renovate): separate test actions Signed-off-by: viceice --- renovate.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/renovate.json b/renovate.json index cd7ea572..17dfc86a 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,13 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "local>forgejo/renovate-config" + ], + "packagesRules": [ + { + "description": "Separate test actions", + "matchFileNames": ["actions/**"], + "additionalBranchPrefix": "actions", + "commitMessageTopic": "{{depName}} (test actions)" + } ] }