fix(onboarding): Avoid workarounds descriptions in onboarding PRs (#16175)

This commit is contained in:
Gabriel-Ladzaretti 2022-06-22 05:19:15 +03:00 committed by GitHub
parent 7dce99a91b
commit e46af63184
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,7 @@ export const presets: Record<string, Preset> = {
'workarounds:reduceRepologyServerLoad',
'workarounds:doNotUpgradeFromAlpineStableToEdge',
],
ignoreDeps: [],
},
mavenCommonsAncientVersion: {
description: 'Fix some problems with very old Maven commons versions',