TypeError: managerFilePatterns is not iterable after upgrade #37058
Replies: 6 comments 6 replies
-
I have the same problem. The documentation mention that As well I don't use {
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"(^|/)(workflow-templates|\\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\\.ya?ml$",
"(^|/)action\\.ya?ml$",
"(^|/)Makefile$",
"(^|/)[\\w-]*\\.sh$"
],
"matchStrings": [
"(?:=|:\\s)\"?(?<currentValue>[^\"\\n]*)\"? # renovate:(?:[\\s]+datasource=[\"']*(?<datasource>[^\\s\"']*)['\"]*|[\\s]+depName=['\"]*(?<depName>[^\\s'\"]*)['\"]*|[\\s]+registryUrl=['\"]*(?<registryUrl>[^\\s'\"]*)['\"]*|[\\s]+versioning=['\"]*(?<versioning>[^\\s'\"]*)['\"]*|[\\s]+extractVersion=['\"]*(?<extractVersion>[^\\s'\"]*)['\"]*)*"
]
}
]
} Could it be possible, that during the migration from I hope @viceice could help us here. He seems to be very familiar with the renovate bot :) |
Beta Was this translation helpful? Give feedback.
-
Hi there, This is intended as a polite, automated request that users avoid We know it might be common elsewhere but we participate in hundreds of discussions a week and would need to turn off GitHub mobile notifications if we were mentioned in every one. As a general rule, we will read and respond to all discussions in this repository, so there is no need to mention us. Thanks, the Renovate team |
Beta Was this translation helpful? Give feedback.
-
Hi there, Please help this Discussion progress by creating a minimal reproduction. This means a repository dedicated to reproducing this issue with the minimal dependencies and config possible. Before we start working on your issue we need to know exactly what's causing the current behavior. A minimal reproduction helps us with this. Discussions without reproductions are less likely to be converted to Issues. Please follow these steps:
If you need help with running Renovate on your minimal reproduction repository, please refer to our Running Renovate guide. The Renovate team |
Beta Was this translation helpful? Give feedback.
-
Facing the same problem as well... I've been switching from version to version and have found that this error message starts to show up from Renovate version 40.52.0 |
Beta Was this translation helpful? Give feedback.
-
I had an included config with the old config setting |
Beta Was this translation helpful? Give feedback.
-
If you are extending a |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
How are you running Renovate?
Self-hosted Renovate
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
No response
Please tell us more about your question or problem
After upgrading renovate from 39.x to 40.x and after that to 41.x, I get the following error:
I am not using any custom managers in my config. Currently the renovate version I am using is 41.30.5
"err":{"message":"managerFilePatterns is not iterable","stack":"TypeError: managerFilePatterns is not iterable\n at getMatchingFiles (/usr/local/renovate/lib/workers/repository/extract/file-match.ts:59:25)\n at tryConfig (/usr/local/renovate/lib/workers/repository/extract/index.ts:21:46)\n at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:38:7)\n at processTicksAndRejections (node:internal/process/task_queues:105:5)\n at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:165:28)\n at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:163:26)\n at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:77:9)\n at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:184:11)\n at start (/usr/local/renovate/lib/workers/global/index.ts:169:7)\n at /usr/local/renovate/lib/renovate.ts:19:22"},"msg":"Repository has unknown error
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions