From 1a22d93c61273fc3c040ae2cdf02abbeee68b7d6 Mon Sep 17 00:00:00 2001 From: Caner Derici Date: Thu, 11 Jul 2024 17:22:21 +0000 Subject: [PATCH] feat(githubactions): dependabot to use custom labels --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 87fdf720..cdb92a7c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,13 @@ updates: directory: "/" schedule: interval: "daily" + labels: + - "hint/dependencies" + - "area/go" - package-ecosystem: "gomod" directory: "/" schedule: interval: "daily" + labels: + - "hint/dependencies" + - "area/go"