From af7cc07af266b3301e22004b6adadb164ac2f8ca Mon Sep 17 00:00:00 2001 From: Jeroen de Bruijn Date: Fri, 3 Nov 2023 22:11:09 +0100 Subject: [PATCH] ci: update GitHub Actions as `fix` commits, triggering releases --- .github/renovate.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 1dc612c..305feb3 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,4 +1,11 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["local>vidavidorra/.github"] + "extends": ["local>vidavidorra/.github"], + "packageRules": [ + { + "description": "Update GitHub Actions as fix commits", + "matchManagers": ["github-actions"], + "extends": [":semanticPrefixFix"] + } + ] }