From c2c4223f7295b237925d705a5f8c2cf693a71a1c Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Mon, 22 Apr 2024 11:22:38 +0200 Subject: [PATCH] Instruct dependabot to put a "type: task" label on the PRs --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5ace4600a1..187fe1cd72 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,5 @@ updates: directory: "/" schedule: interval: "weekly" + labels: + - "type: task"