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"