From 5ed0b6d1660637112b21fea1abb20c3ac6efc62a Mon Sep 17 00:00:00 2001 From: Hannele Ruiz Date: Wed, 3 Jul 2024 22:22:35 -0400 Subject: [PATCH] Added labels for the Dependabot updates --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b02db93..a9e1cb0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,7 @@ updates: directory: / schedule: interval: daily + labels: + - "priority: p3 low" + - "type: dependencies" + - "status: acknowledged"