Sync version of a given tool across repositories #44356
rgarrigue
started this conversation in
Suggest an Idea
Replies: 3 comments
|
Not possible and it's rather complicated to implement in one run of renovate as we will need to store cache for previous repos and the use that to determine whether an update should be proposed or not. If you can come up with a solution to handle this, we can discuss further. |
0 replies
|
Do you have a testcase (two repos?) with a brief opentofu setup, which you want to keep in sync? |
0 replies
|
I've two repo with mise.toml there, opentofu and terragrunt are specified there. One is a monorepo for modules, the other where we have the terragrunt.hcl which use the modules.
They aren't public, I could make some examples but I'm AFK for 3 weeks. I think just "mise use opentofu" in 2 empty repos would be good enough to start a POC.
Le 6 juillet 2026 09:20:19 GMT+02:00, tobias-jenkner-ecc ***@***.***> a écrit :
Do you have a testcase (two repos?) with a brief opentofu setup, which you want to keep in sync?
--
Reply to this email directly or view it on GitHub:
#44356 (comment)
You are receiving this because you authored the thread.
Message ID: ***@***.***>
Rémy
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Tell us more.
Hi there
Long story short, I've multiple repositories where I'd like to keep the versions in sync. E.g. same version of opentofu accross all related repositories.
I found a discussion from 2023 about NPM packages concluding it wasn't possible then. Saw no trace of a relevant configuration in today's doc. So if someone can confirm it ain't possible, and maybe consider it as a feature request ?
Thanks !
All reactions