Skip to content

Commit

Permalink
default.json: use config:best-practices
Browse files Browse the repository at this point in the history
```
  'best-practices': {
    configMigration: true,
    description:
      'Preset with best practices from the Renovate maintainers. Recommended for advanced users, who want to follow our best practices.',
    extends: [
      'config:recommended',
      'docker:pinDigests',
      'helpers:pinGitHubActionDigests',
      ':pinDevDependencies',
    ],
  },
...
  recommended: {
    description:
      'Recommended configuration for most users. It does not matter what programming language you use.',
    extends: [
      ':dependencyDashboard',
      ':semanticPrefixFixDepsChoreOthers',
      ':ignoreModulesAndTests',
      'group:monorepos',
      'group:recommended',
      'replacements:all',
      'workarounds:all',
    ],
  },
```
  • Loading branch information
thypon committed Feb 29, 2024
1 parent 73ecddf commit f45da88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions default.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"helpers:pinGitHubActionDigests"
"config:best-practices"
],
"packageRules": [
{
Expand Down

0 comments on commit f45da88

Please sign in to comment.