From f55ebed8f97282541c869bf846e74fc2f0e7f962 Mon Sep 17 00:00:00 2001 From: Peter Holloway Date: Thu, 19 Jun 2025 10:31:44 +0100 Subject: [PATCH 1/2] Fix renovate configuration Descriptions should be arrays of strings? --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 7821ee12..58b66178 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -7,7 +7,7 @@ { "groupName": "patches", "matchUpdateTypes": ["patch"], - "desription": "Limit patch updates to once per month", + "desription": ["Limit patch updates to once per month"], "schedule": ["* * 1 * *"] }, { From 5b58c306af39c018c6b18d8b73c201691a7b18d1 Mon Sep 17 00:00:00 2001 From: Peter Holloway Date: Thu, 19 Jun 2025 14:21:26 +0100 Subject: [PATCH 2/2] Update .github/renovate.json --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 58b66178..25312bbc 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -7,7 +7,7 @@ { "groupName": "patches", "matchUpdateTypes": ["patch"], - "desription": ["Limit patch updates to once per month"], + "description": ["Limit patch updates to once per month"], "schedule": ["* * 1 * *"] }, {