feat: add gusted as reviewer

This commit is contained in:
Michael Kriese 2024-11-07 15:59:29 +01:00
parent 2bb55a5478
commit 40d7ee0583
No known key found for this signature in database
GPG key ID: F8D7748549A5986A

View file

@ -1,4 +1,5 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>forgejo/renovate-config//renovate.json"] "extends": ["local>forgejo/renovate-config//renovate.json"],
"reviewers": ["earl-warren", "Gusted", "viceice"]
} }