From 24915dd0d387a171b98d31fa6e9c33f6e91e585a Mon Sep 17 00:00:00 2001 From: Tatiane Tosta Date: Thu, 5 Oct 2023 15:09:08 +0000 Subject: [PATCH] chore: add label to dependency dashboard in renovate config --- .github/renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json b/.github/renovate.json index 2a80532af..959bed85f 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -2,6 +2,7 @@ "extends": [ "config:recommended" ], + "dependencyDashboardLabels": ["type: process"], "commitMessagePrefix": "deps: ", "postUpdateOptions": [ "gomodTidy"