From 52d10395667ac93091b37f6297e0b28d193404f6 Mon Sep 17 00:00:00 2001 From: Luke Collins Date: Sat, 15 Jun 2024 01:53:06 +0100 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e1aacc6..0d9c286 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,9 +8,17 @@ updates: schedule: interval: 'daily' open-pull-requests-limit: 100 + reviewers: + - "lcollins" + assignees: + - "lcollins" - package-ecosystem: 'github-actions' directory: '/' schedule: interval: 'daily' open-pull-requests-limit: 100 + reviewers: + - "lcollins" + assignees: + - "lcollins"