From 6fb6d67e26b9bc6473a573832e1fb5422cf35498 Mon Sep 17 00:00:00 2001 From: Tellinq <59412384+Tellinq@users.noreply.github.com> Date: Sat, 21 Oct 2023 00:14:18 -0400 Subject: [PATCH] Add assignees and reviewers automatically --- .github/dependabot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 90e05c4..969e4eb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,4 +8,8 @@ updates: - package-ecosystem: "github-actions" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "weekly" + interval: "daily" + reviewers: + - "ShonP40" + assignees: + - "ShonP40"