From b275af61de36a57db42c04c1000a074f3e03306e Mon Sep 17 00:00:00 2001 From: Timothy Aldrich Date: Thu, 18 Jan 2024 18:40:42 -0500 Subject: [PATCH] fix: Add appropriate labels to dependabot pull requests --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2176a6c..99a75c1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,3 +11,6 @@ updates: interval: "weekly" assignees: - "aldrichtr" + labels: + - 'area.actions' + - 'flag.dependencies'