Skip to content
Discussion options

You must be logged in to vote

Not quite @carlos-lehmann, it'd be:

{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  // This is the rate limiting function of open MRs done by Renovate
  "prConcurrentLimit": 5,
  "extends": [
    // This is the Renovate recommended default configuration that should be a good starting point
    "config:best-practices",
    ":enableVulnerabilityAlerts",
    ":gomod",
    ":includeNodeModules",
    ":npm",
    "docker:enableMajor",
    "customManagers:dockerfileVersions",
    "customManagers:gitlabPipelineVersions",
    "customManagers:helmChartYamlAppVersions",
    "replacements:all",
    "security:openssf-scorecard",
    "workarounds:all",
    ":enablePreCommit",
  ],
  

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
7 replies
@carlos-lehmann
Comment options

@NVolcz
Comment options

@jamietanna
Comment options

Answer selected by carlos-lehmann
@jamietanna
Comment options

@carlos-lehmann
Comment options

@NVolcz
Comment options

@jamietanna
Comment options

Comment options

You must be logged in to vote
2 replies
@carlos-lehmann
Comment options

@jamietanna
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment