From cede9f1e0ef1671630e77ed7268ea1c127c1ddd3 Mon Sep 17 00:00:00 2001 From: Cameron Garnham Date: Thu, 12 Oct 2023 08:46:25 +0200 Subject: [PATCH] ci: improve dependabot labels --- .github/{dependabot.yml => dependabot.yaml} | 6 ++++++ 1 file changed, 6 insertions(+) rename .github/{dependabot.yml => dependabot.yaml} (64%) diff --git a/.github/dependabot.yml b/.github/dependabot.yaml similarity index 64% rename from .github/dependabot.yml rename to .github/dependabot.yaml index b08716bb..fd6b2068 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yaml @@ -5,9 +5,15 @@ updates: schedule: interval: daily target-branch: 'develop' + labels: + - "Continuous Integration" + - "Dependencies" - package-ecosystem: npm directory: / schedule: interval: daily target-branch: 'develop' + labels: + - "Build | Project System" + - "Dependencies"