From 878c1020c14cd2bafbd3a8f80181c5bbbc5cbd8b Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Thu, 2 Jan 2025 20:23:40 +0700 Subject: [PATCH] ci: configure Dependabot labels to empty (#560) Signed-off-by: Alfi Maulana --- .github/dependabot.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index f084d0d..3dc1447 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -6,7 +6,7 @@ updates: interval: daily commit-message: prefix: chore - labels: [chore] + labels: [] - package-ecosystem: npm directory: / @@ -14,5 +14,5 @@ updates: interval: daily commit-message: prefix: chore - labels: [chore] + labels: [] versioning-strategy: increase