From 8eda5da24e1a7fe5d817fa21467f10e541c091d2 Mon Sep 17 00:00:00 2001 From: Tatiane Tosta <91583351+ttosta-google@users.noreply.github.com> Date: Thu, 5 Oct 2023 15:32:53 +0000 Subject: [PATCH] chore: add label to dependency dashboard in renovate config (#862) --- .github/renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json b/.github/renovate.json index 05f4ba03..44f9a2c6 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -10,6 +10,7 @@ "prConcurrentLimit": 0, "rebaseWhen": "behind-base-branch", "dependencyDashboard": true, + "dependencyDashboardLabels": ["type: process"], "semanticCommits": "disabled", "pip_requirements": { "fileMatch": ["requirements-test.txt"]