From 9006bc760dcb0d9744b84e1bf28509a09a7ae600 Mon Sep 17 00:00:00 2001 From: Remo Senekowitsch Date: Thu, 19 Jun 2025 07:19:09 +0200 Subject: [PATCH 1/2] renovate: Preserve semver ranges This was the intention of the following commit: f338aa3b8869fc494e2cdd87c6dd8954792e653c But apparantly the pinning must be explicitly opted-out of. --- .github/renovate.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 982ea26cc..843c236d2 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -3,5 +3,6 @@ 'config:best-practices', ':semanticCommitsDisabled', 'customManagers:githubActionsVersions', + ":preserveSemverRanges", ], } From ab9ce9d72449a27ecfcfc913a9031ffb2e8f3dd3 Mon Sep 17 00:00:00 2001 From: Remo Senekowitsch Date: Thu, 19 Jun 2025 07:36:52 +0200 Subject: [PATCH 2/2] renovate: Limit updates to once per month --- .github/renovate.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 843c236d2..7b0d3ee93 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -4,5 +4,6 @@ ':semanticCommitsDisabled', 'customManagers:githubActionsVersions', ":preserveSemverRanges", + "schedule:monthly", ], }