From ac13b9a60a3a3cc2206b8cbe5f4be680bd9b946a Mon Sep 17 00:00:00 2001 From: Flo Edelmann Date: Fri, 26 Jun 2020 17:37:38 +0200 Subject: [PATCH] Fix dependabot PR labels --- .github/dependabot.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index ecfc5cc..0a0fd67 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -6,8 +6,12 @@ updates: directory: "/" schedule: interval: "daily" + labels: + - "dependencies" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" + labels: + - "dependencies"