From 018097c4d2140c7a4f5211648efd7ecae211d601 Mon Sep 17 00:00:00 2001 From: carla Date: Wed, 26 Aug 2026 15:22:37 +0200 Subject: [PATCH] adds fauno and updates renovate with reviewers --- README.md | 2 +- renovate.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e7e84c..dc1f761 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [Hedgedoc][hedegedoc] using Coöp Cloud ♥ -* **Maintainer**: Local-IT: [@moritz](https://git.coopcloud.tech/moritz), [@msimon](https://git.coopcloud.tech/simon), [@carla](https://git.coopcloud.tech/carla) +* **Maintainer**: [@fauno](https://git.coopcloud.tech/fauno) , Local-IT: [@moritz](https://git.coopcloud.tech/moritz), [@msimon](https://git.coopcloud.tech/simon), [@carla](https://git.coopcloud.tech/carla) * **Category**: Apps * **Status**: 3 * **Image**: [`quay.io/hedgedoc/hedgedoc`](https://quay.io/hedgedoc/hedgedoc), 4, upstream diff --git a/renovate.json b/renovate.json index 39a2b6e..d0077fc 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,6 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:base" - ] + ], + "reviewers": ["fauno","moritz","simon","carla"] }