RB
RB
Hi tiago. Thanks for this pr. Could you resolve the conflicts? Also could you link to your fork's renovate page where it shows the additional dependencies screenshot above?
Hmm but do we really need github actions updates in the release branches?
I'm okay with renovate on release branches. For example, if we maintain a 0.27 and a 0.26 then we should maintain both for golang fixes. But website dependencies are built...
That's how I also run terraform for what it's worth. I've always been able to run every terraform release using the autodownload via `required_version` and the workflow using `ATLANTIS_TERRAFORM_VERSION`. It...
@ricardosilva86 are you saying that 0.27.2 has a regression and 0.27.1 worked as expected without using `terraform${ATLANTIS_TERRAFORM_VERSION}` in your workflow ?
Here are some gif tools on OSX https://github.com/onmyway133/GifCapture https://github.com/NickeManarin/ScreenToGif ``` brew install gifcapture ```
This would put atlantis more on-par with competitors like Spacelift https://docs.spacelift.io/integrations/source-control/github 
It appears the lyft fork has this setup and they previously attempted to upstream the changes here https://github.com/runatlantis/atlantis/pull/2217 but it fell into git conflicts and became stale. If anyone is...
Currently the only way to do it would be to programmatically generate atlantis.yaml in a pre-workflow-run. See projects like - https://atmos.tools/cli/commands/atlantis/generate-repo-config#atlantis-workflows - https://github.com/transcend-io/terragrunt-atlantis-config You can also use a custom shell...
Agreed. I think instead of a flag, it should just show warnings by default. Thanks for making a ticket. Please feel free to propose a PR. We'd be happy to...