Under a monorepo, do we support limitations on multiple different language versions? #33222
Answered
by
rarkins
flc1125
asked this question in
Request Help
-
How are you running Renovate?A Mend.io-hosted app 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
As above, an example of a monorepo repository. There are multiple subpackages in it, and now I have the following configuration: {
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:best-practices"
],
"constraints": {
"go": "1.22"
}
} My question is:
Logs (if relevant)No response |
Beta Was this translation helpful? Give feedback.
Answered by
rarkins
Dec 20, 2024
Replies: 1 comment
-
Use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
flc1125
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use
packageRules
withmatchFilesNames
to have different settings per directory