Skip to content
Snippets Groups Projects
Unverified Commit ccf6704b authored by Duncan Casteleyn's avatar Duncan Casteleyn Committed by GitHub
Browse files

feat(presets): add config:best-practices preset (#21239)

parent 989aa4ff
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,16 @@ export const presets: Record<string, Preset> = { ...@@ -15,6 +15,16 @@ export const presets: Record<string, Preset> = {
'workarounds:all', 'workarounds:all',
], ],
}, },
'best-practices': {
configMigration: true,
description: 'Preset with best practices from the Renovate maintainers.',
extends: [
'config:base',
'docker:pinDigests',
'helpers:pinGitHubActionDigests',
':pinDevDependencies',
],
},
'js-app': { 'js-app': {
description: 'Default configuration for webapps.', description: 'Default configuration for webapps.',
extends: ['config:base', ':pinAllExceptPeerDependencies'], extends: ['config:base', ':pinAllExceptPeerDependencies'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment