From 0858a21f44c1c4781d0587a448ada9acad7eafd9 Mon Sep 17 00:00:00 2001 From: Younsung Lee Date: Thu, 24 Oct 2024 09:26:43 +0900 Subject: [PATCH] Update labels in dependabot.yml --- .github/dependabot.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4924bcf5..62ba71d6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,8 @@ updates: interval: "weekly" timezone: "Asia/Seoul" labels: - - "actions-dependencies" + - "dependencies" + - "actions" - package-ecosystem: "gomod" directory: "/" @@ -14,4 +15,5 @@ updates: interval: "daily" timezone: "Asia/Seoul" labels: - - "gomod-dependencies" + - "dependencies" + - "gomod"