From ed297b264361d00866d95b8edc5fd39034ba8b8f Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Fri, 26 Jul 2024 18:19:44 +0100 Subject: [PATCH] Add type/dependency label to renovate config (#197) - Add the `type/dependency` label to the renovate config so the bot will add the label to its created PRs #98 Reviewed-on: https://git.vylpes.xyz/RabbitLabs/random-bunny/pulls/197 Reviewed-by: VylpesTester Co-authored-by: Ethan Lane Co-committed-by: Ethan Lane --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 1116f5a..fa57fba 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,5 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "baseBranches": ["develop"] + "baseBranches": ["develop"], + "labels": ["type/dependencies"] }