unvalid renovate bot configuration #39796
-
How are you running Renovate?Self-hosted Renovate Which platform you running Renovate on?GitLab (.com or self-hosted) Which version of Renovate are you using?No response Please tell us more about your question or problemI have following configuration for renovate bot, but I get an error after executing the renovate bot: {
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"group:recommended",
"group:allNonMajor",
":combinePatchMinorReleases",
":preserveSemverRanges",
":pinSkipCi",
"mergeConfidence:all-badges",
":rebaseStalePrs",
"security:openssf-scorecard",
"workarounds:all",
":disableDependencyDashboard",
":semanticCommitTypeAll(fix)"
],
"baseBranchPatterns": ["develop"],
"rebaseWhen": "behind-base-branch",
"semanticCommitScope": "deps",
"bumpVersion": "patch",
"packageRules": [
{
"matchPackageNames": [
"^.*\/industrial-edge\/tests\/verification-and-validation-report-parser\/verification-and-validation-report-parser.*$"
],
"matchUpdateTypes": ["patch", "minor"],
"automerge": true,
"automergeType": "branch",
"groupName": "verification-parser patch and minor updates",
"groupSlug": "verification-parser-patch-minor"
}
],
"automergeBranch": "main"
}There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop MRs until it is resolved. Logs (if relevant)Logs |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
-
|
Hi there, This issue or discussion is missing some logs, making it difficult or impossible to help you. Depending on which situation applies follow one, some or all of these instructions. No logs at allIf you haven't posted any log yet, we need you to find and copy/paste the log into the issue template. Finding logs on hosted appSelect me to read instructionsIf you use the Mend Renovate app (GitHub):
Finding logs when self-hostingSelect me to read instructionsRead the Renovate docs, troubleshooting, self-hosted to learn how to find the logs. Formatting your logsSelect me to read instructionsPlease put your logs in a If you feel the logs are too large to paste here, please use a service like GitHub Gist and paste the link here. Good luck, The Renovate team |
Beta Was this translation helpful? Give feedback.

baseBranchPatternserrorautomergeBranchconfig option