From fdfe6774d8b5d72d793046a9a672932c0c33eb11 Mon Sep 17 00:00:00 2001 From: Kyle Behrens Date: Sun, 28 Dec 2025 20:20:19 +0000 Subject: [PATCH] adds assignees to dependabot --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 253bcb7..e0fb26e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,5 @@ updates: directory: / schedule: interval: daily + assignees: + - "jtzero"