From ab116b2af975af497cacaf3e5565f9e8c41079d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobi=20Sch=C3=A4fer?= Date: Sun, 24 Mar 2024 14:01:21 +0100 Subject: [PATCH] Update renovate.json --- renovate.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/renovate.json b/renovate.json index da59dc5f..023cde3a 100644 --- a/renovate.json +++ b/renovate.json @@ -21,8 +21,19 @@ "packageRules": [ { + "description": "Label Helma core packages", "matchFiles": ["build.gradle"], "labels": ["core"] + }, + { + "description": "Label major version bumps", + "matchUpdateTypes": ["major"], + "addLabels": ["major"] + }, + { + "description": "Label packages required at runtime", + "matchDepTypes": ["dependencies"], + "addLabels": ["runtime"] } ] }