Automerge: Disabled because a matching MR was automerged previously. #22780
-
How are you running Renovate?Self-hosted If you're self-hosting Renovate, tell us what version of Renovate you run.ghcr.io/renovatebot/renovate:35.118.0-slim@sha256:74de694bafdb040a762afa419f89a065efe3deb7794b4047c7ec8a9be6464509 If you're self-hosting Renovate, select which platform you are using.gitlab.com Was this something which used to work for you, and then stopped?It used to work, and then stopped Wanted end result.Grouped dev dependencies MR is automerged upon pipeline success. What you tried so far.I hand merged our config because it has several shared preset it uses. renovate.json: {
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"rangeStrategy": "pin",
"regexManagers": [
{
"fileMatch": [
"^renovate\\.json5?$",
"^\\.github/renovate\\.json5?$",
"^\\.gitlab/renovate\\.json5?$",
"^\\.renovaterc\\.json$",
"^\\.renovaterc$"
],
"matchStrings": [
"\"gitlab>munipal/renovate-config#(?<currentValue>[^\" \\n\\(]+)",
"\"gitlab>munipal/renovate-config:.*#(?<currentValue>[^\" \\n\\(]+)",
"\"gitlab>munipal/renovate-config/.*#(?<currentValue>[^\" \\n\\(]+)"
],
"datasourceTemplate": "gitlab-releases",
"depNameTemplate": "munipal/renovate-config",
"depTypeTemplate": "renovate-preset"
}
],
"packageRules": [
{
"matchDatasources": [
"docker"
],
"semanticCommitType": "fix"
},
{
"matchDepTypes": [
"devDependencies",
"dev-dependencies",
"dev"
],
"groupName": "dev-dependencies"
},
{
"matchDepTypes": [
"dependencies"
],
"groupName": "dependencies"
},
{
"matchDepTypes": [
"devDependencies",
"dev-dependencies",
"dev"
],
"automerge": true,
"automergeType": "pr",
"platformAutomerge": true
},
{
"matchManagers": [
"terraform"
],
"semanticCommitType": "fix"
},
{
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest",
"pinDigest",
"lockFileMaintenance"
],
"automerge": true,
"automergeType": "pr",
"platformAutomerge": true
}
]
} This generates a Relevant debug logsLogs
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
we've noticed that too, but not created an issue created yet. it's a recent renovate code change. we're working on it. |
Beta Was this translation helpful? Give feedback.
-
I'm not sure if I have the same problem. But I at least see the same error. What is the expected result here? Version: ghcr.io/renovatebot/renovate:37.174.0 Config: {
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"group:monorepos",
"group:recommended",
"replacements:all",
"workarounds:all",
":assignee(group_7455705_bot_d7f8a49bbca47020984c70eb99f9cb86)",
":rebaseStalePrs",
":ignoreModulesAndTests",
":automergeTesters",
":automergeTypes"
],
"automergeType": "pr",
"platformAutomerge": true,
"allowPlugins": true,
"allowScripts": true,
"allowedPostUpgradeCommands": [
".*"
],
"major": {
"enabled": true,
"automerge": false,
"dependencyDashboardApproval": true,
"minimumReleaseAge": "7 days"
},
"packageRules": [
{
"matchPackageNames": ["aws/aws-sdk-php"],
"automerge": true
}
]
} I just got a merge request in for The message in the MR is the same as in this original discussion: Am I missing something? Do I have some weird config options? Or is this not completely fixed yet? I do see another "merged" MR for this branch name. But I assume this happens all the time because the branch name stays the same for different patches. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
-
Same error here. Renovate is raising merge requests with updates to top-level gems in my ruby on rails project, with the wrong name. which shows up as
Renovate.json
|
Beta Was this translation helpful? Give feedback.
Fix is in #22787