From ab3c9bdd0f1d8b9d583f4f5bb0cf7288895b8818 Mon Sep 17 00:00:00 2001 From: Fred Clausen <43556888+fredclausen@users.noreply.github.com> Date: Sun, 1 Oct 2023 09:24:13 -0600 Subject: [PATCH] Update dependabot.yaml --- .github/dependabot.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index c8238640..6117e66e 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -7,15 +7,21 @@ updates: directory: "/" schedule: interval: daily + assignees: + - "fredclausen" # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" + assignees: + - "fredclausen" # Maintain pip packages for acars_router - package-ecosystem: "cargo" directory: "/" schedule: interval: "daily" + assignees: + - "fredclausen"