fix(presets): use config:recommended (#23679)

This commit is contained in:
Michael Kriese 2023-08-03 12:37:25 +02:00 committed by GitHub
parent 866bcd324e
commit 8369c2752e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ export const presets: Record<string, Preset> = {
configMigration: true, configMigration: true,
description: 'Preset with best practices from the Renovate maintainers.', description: 'Preset with best practices from the Renovate maintainers.',
extends: [ extends: [
'config:base', 'config:recommended',
'docker:pinDigests', 'docker:pinDigests',
'helpers:pinGitHubActionDigests', 'helpers:pinGitHubActionDigests',
':pinDevDependencies', ':pinDevDependencies',