From ce6b9b984c2bfaf8321b25ecb47631aabfd90199 Mon Sep 17 00:00:00 2001 From: Brian Koopman Date: Wed, 18 Mar 2026 17:18:20 -0400 Subject: [PATCH] Add myself as reviewer for dependabot PRs --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0639d2e4..d1eb1230 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,8 +7,12 @@ updates: directory: "/" schedule: interval: "daily" + reviewers: + - "BrianJKoopman" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" + reviewers: + - "BrianJKoopman"