diff --git a/renovate.json5 b/renovate.json5 index 3803095ec50..f0d45a3e2eb 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -4,16 +4,16 @@ "config:best-practices", ":semanticCommits", ":semanticCommitTypeAll(CI)", - - // allows to use comments starting with - // "# renovate: " to update _VERSION + + // allows to use comments starting with + // "# renovate: " to update _VERSION // environment variables in GitHub Action files. "customManagers:githubActionsVersions", // allows to use comments starting with // "# renovate: " to update _VERSION // ENV or ARG in a Dockerfile. "customManagers:dockerfileVersions", - + // when a dependency is really out of date, this will prevent to skip directly to the latest version. ":separateMultipleMajorReleases",