From 3b829b6c4f3a65b47a75a3edce5276d504c119d3 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Tue, 7 Mar 2023 11:36:25 +0100 Subject: [PATCH] Renovate: Add `dependencies` label to all created PRs. --- .github/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 39a2b6e9a5..f42c2600aa 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -2,5 +2,6 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:base" - ] + ], + "labels": ["dependencies"] }