From 1ef9440899cc8b7f14ea5647b699511aec1a385f Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Wed, 20 Sep 2023 12:14:25 +0700 Subject: [PATCH 1/2] ci(dependabot): use `chore` as the PR label --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 245f9ad..678a1a6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,4 @@ updates: interval: daily commit-message: prefix: chore + labels: [chore] From fdb77c2ee93de7eb801503fa2250fc7a03615adc Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Wed, 20 Sep 2023 12:16:06 +0700 Subject: [PATCH 2/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