From 869d7c5b1b7dfd2f908f9f4480304bc200b1a15b Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Tue, 31 Dec 2024 16:24:25 +0700 Subject: [PATCH] ci: configure Dependabot labels to empty 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