From e46af631844ff00d22bc7dbebcafaa8fd829950d Mon Sep 17 00:00:00 2001 From: Gabriel-Ladzaretti <97394622+Gabriel-Ladzaretti@users.noreply.github.com> Date: Wed, 22 Jun 2022 05:19:15 +0300 Subject: [PATCH] fix(onboarding): Avoid workarounds descriptions in onboarding PRs (#16175) --- lib/config/presets/internal/workarounds.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/config/presets/internal/workarounds.ts b/lib/config/presets/internal/workarounds.ts index 70b4bcc1a5..081c2c99d2 100644 --- a/lib/config/presets/internal/workarounds.ts +++ b/lib/config/presets/internal/workarounds.ts @@ -14,6 +14,7 @@ export const presets: Record = { 'workarounds:reduceRepologyServerLoad', 'workarounds:doNotUpgradeFromAlpineStableToEdge', ], + ignoreDeps: [], }, mavenCommonsAncientVersion: { description: 'Fix some problems with very old Maven commons versions',