From cdb4246e3fe50b558d6563a550b50b8af67ee2e9 Mon Sep 17 00:00:00 2001 From: James Rich Date: Sat, 15 Feb 2025 10:47:22 -0600 Subject: [PATCH] Add 'dependencies' label to Renovate PRs --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 7cc78129b..a12fe8ef6 100644 --- a/renovate.json +++ b/renovate.json @@ -8,5 +8,6 @@ "replacements:all", "workarounds:all" ], - "commitMessageTopic": "{{depName}}" + "commitMessageTopic": "{{depName}}", + "labels": ["dependencies"] }