update metadata #6

Merged
dannygroenewegen merged 1 commits from metadata into main 2026-08-07 07:18:07 +00:00
2 changed files with 7 additions and 5 deletions
+5 -4
View File
@@ -6,14 +6,15 @@ All-in-one Mail & Collaboration server. Secure, scalable and fluent in every pro
<!-- metadata -->
* **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
<!-- endmetadata -->
+2 -1
View File
@@ -1,6 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
"config:recommended",
"group:allNonMajor"
]
}