From f83ef426534243cebe0b94bffd2637f890bbde7e Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Mon, 17 Mar 2025 12:11:47 -0700 Subject: [PATCH] ci: update renovate labels for `packageRules` --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/renovate.json b/renovate.json index fee34f85..74b344bc 100644 --- a/renovate.json +++ b/renovate.json @@ -50,6 +50,9 @@ "minor", "patch" ], + "addLabels": [ + "Type ◦ Dependency" + ], "automerge": false }, { @@ -65,6 +68,9 @@ "matchManagers": [ "github-actions" ], + "addLabels": [ + "Type ◦ Git Action" + ], "matchUpdateTypes": [ "minor", "patch"