From f47f5856846e4e5442e93dab65089ceb5982925b Mon Sep 17 00:00:00 2001 From: Danilo Pianini Date: Fri, 14 Jan 2022 12:40:08 +0100 Subject: [PATCH] ci(renovate): trigger minor updates on alchemist releases --- renovate.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/renovate.json b/renovate.json index 36f0758..4bccb27 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,12 @@ { "extends": [ "github>DanySK/renovate-config:docker-image" + ], + "packageRules": [ + { + "description": "Trigger a minor update if Alchemist gets updated", + "matchPaths": ["libs.versions.toml"], + "semanticCommitScope": "api-deps" + } ] }