Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

default.json: use config:best-practices #6

Merged
merged 2 commits into from
Feb 29, 2024
Merged

Commits on Feb 29, 2024

  1. default.json: use config:best-practices

    ```
      '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',
        ],
      },
    ```
    thypon committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    f45da88 View commit details
    Browse the repository at this point in the history
  2. New workflow: test

    thypon committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    08facff View commit details
    Browse the repository at this point in the history