diff --git a/README.md b/README.md index ae3ba02..3edc1d9 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,15 @@ All-in-one Mail & Collaboration server. Secure, scalable and fluent in every pro +* **Maintainer**: [@dannygroenewegen](https://git.coopcloud.tech/dannygroenewegen) * **Category**: Apps -* **Status**: 0 +* **Status**: 3 * **Image**: [`stalwartlabs/stalwart`](https://hub.docker.com/r/stalwartlabs/stalwart), 4 * **Healthcheck**: Yes * **Backups**: Yes -* **Email**: Yes -* **Tests**: No -* **SSO**: Yes +* **Email**: N/A +* **Tests**: 0 +* **SSO**: 1 diff --git a/renovate.json b/renovate.json index 5db72dd..6d51eb3 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:recommended" + "config:recommended", + "group:allNonMajor" ] }