From 5a1d7ba0fce87609bb98c2f01f9cc4e2fc936ede Mon Sep 17 00:00:00 2001 From: kiblik <5609770+kiblik@users.noreply.github.com> Date: Tue, 4 Nov 2025 14:13:45 +0100 Subject: [PATCH] feat(renovate): Update renovate only weekly Signed-off-by: kiblik <5609770+kiblik@users.noreply.github.com> --- .github/renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 34321b6951f..a85506ce23c 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -22,6 +22,11 @@ "commitMessageExtra": "from {{currentVersion}} to {{#if isMajor}}v{{{newMajor}}}{{else}}{{#if isSingleVersion}}v{{{newVersion}}}{{else}}{{{newValue}}}{{/if}}{{/if}}", "commitMessageSuffix": "({{packageFile}})", "labels": ["dependencies"] + },{ + "description": "Update renovate weekly (sundays) - They are releasing new versions too often, so it is a bit noisy, and keeping renovating a bit older does not create vulnerabilities in DD", + "matchDatasources": "github-releases", + "matchPackageNames": "renovatebot/renovate", + "schedule": ["* * * * 0"] }], "customManagers": [ {