From 391a442e3041a1e47bf9e66a11d05157bf237dab Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Sun, 22 Oct 2023 23:11:32 +0700 Subject: [PATCH 1/2] ci(dependabot): rename config file to `dependabot.yaml` --- .github/{dependabot.yml => dependabot.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{dependabot.yml => dependabot.yaml} (100%) diff --git a/.github/dependabot.yml b/.github/dependabot.yaml similarity index 100% rename from .github/dependabot.yml rename to .github/dependabot.yaml From d98bb3b37ec4d13d53e04bac95589bca230ea70b Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Sun, 22 Oct 2023 23:12:20 +0700 Subject: [PATCH 2/2] ci(dependabot): use `chore` as the PR label --- .github/dependabot.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 245f9ad..678a1a6 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -6,3 +6,4 @@ updates: interval: daily commit-message: prefix: chore + labels: [chore]