From 49454d2538edcf758a9f2cd48168236b11552c0c Mon Sep 17 00:00:00 2001 From: Bukowa Date: Mon, 10 Jun 2024 22:29:31 +0200 Subject: [PATCH] chore(ci,renovate): add more labels Signed-off-by: Bukowa --- renovate.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/renovate.json b/renovate.json index 3e9769e..57773c3 100644 --- a/renovate.json +++ b/renovate.json @@ -32,6 +32,7 @@ "github-actions" ], "groupName": "GitHub Actions", + "labels": ["gh-actions"], "pinDigests": true, "semanticCommitScope": "deps,gh-actions" }, @@ -39,6 +40,7 @@ "matchDatasources": [ "docker" ], + "labels": ["docker"], "pinDigests": true, "semanticCommitScope": "deps,docker" }