From 0e134f92437bd091e71b4ab99242135977770703 Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Wed, 12 Jul 2023 15:01:37 +0200 Subject: [PATCH] renovate: disable rollbackPrs Not sure why but the config change in commit 8f61a71 caused us to now get rollback PRs for digest updates which is wrong and very noisy. Let's keep them disabled for now and let Chris figure it out when he is back. Signed-off-by: Paul Holzinger --- renovate/defaults.json5 | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/renovate/defaults.json5 b/renovate/defaults.json5 index 48f0ae5..79a1c69 100644 --- a/renovate/defaults.json5 +++ b/renovate/defaults.json5 @@ -164,17 +164,6 @@ Validate this file before commiting with (from repository root): "allowedVersions": "!/v((1.0.0)|(1.0.1))$/" }, - // Workaround: rollbackPRs are not compatible with digest updates. - // This is a catch-the-rest rule which must appear AFTER the go - // "digest" rule (above). - // Ref: https://github.com/renovatebot/renovate/discussions/18250 - { - "matchCategories": ["golang"], - // Open rollback PR if updated dep. is removed (i.e. tag pulled - // due to major bug or security issue). - "rollbackPrs": true, - }, - // Github-action updates cannot consistently be tested in a PR. // This is caused by an unfixable architecture-flaw: Execution // context always depends on trigger, and we (obvious) can't know