From d9e1119ed06a4555df2fa37f13afe56477ef8abd Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 18 Feb 2026 23:11:48 +0000 Subject: [PATCH] fix: Correct description for Caddy patch labels to clarify PR grouping --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 74c5a213..d77b639d 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -153,7 +153,7 @@ "minimumReleaseAge": "14 days" }, { - "description": "Preserve your custom Caddy patch labels but allow them to group into the a PR", + "description": "Preserve your custom Caddy patch labels but allow them to group into a single PR", "matchManagers": ["custom.regex"], "matchFileNames": ["Dockerfile"], "labels": ["caddy-patch", "security"],