From 4801add70730d6105ca2110fdfa42858abc0f9c7 Mon Sep 17 00:00:00 2001 From: Fred Clausen <43556888+fredclausen@users.noreply.github.com> Date: Sun, 1 Oct 2023 09:34:43 -0600 Subject: [PATCH] Update dependabot.yaml --- .github/dependabot.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index d442d27..d1ee4d1 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -6,8 +6,8 @@ updates: directory: "/" schedule: interval: daily - time: "00:00" - timezone: "Etc/UTC" + assignees: + - "fredclausen" # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" @@ -16,3 +16,4 @@ updates: interval: "daily" assignees: - "mikenye" + - "fredclausen"