matrix-art

An image gallery for Matrix
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.git
Log | Files | Refs | README | LICENSE

commit f48506f393bb7da0a262059c82285e7056ae4e12
parent 71c216e2b24f2c7a7bce7cca02687875c12993bf
Author: MTRNord <mtrnord1@gmail.com>
Date:   Thu, 20 Jan 2022 22:46:29 +0100

Add myself as reviewer and assignee to updates

Diffstat:
M.github/dependabot.yml | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml @@ -7,6 +7,10 @@ updates: # Check the npm registry for updates every day (weekdays) schedule: interval: "daily" + reviewers: + - "MTRNord" + assignees: + - "MTRNord" open-pull-requests-limit: 0 # Enable version updates for Docker @@ -16,6 +20,10 @@ updates: # Check for updates once a week schedule: interval: "weekly" + reviewers: + - "MTRNord" + assignees: + - "MTRNord" open-pull-requests-limit: 0 # Enable version updates for GitHub Actions @@ -24,4 +32,8 @@ updates: # Check for updates once a week schedule: interval: "weekly" + reviewers: + - "MTRNord" + assignees: + - "MTRNord" open-pull-requests-limit: 0