Sebastian Poxhofer
Sebastian Poxhofer
Yes, it is still relevant. Checkout the dev docs ( `docs/dev` ) there you should find everything to setup your environment. The actual instrumentation code is located in `lib/instrumentation`.
I will push your Readme on top of my PR.
My understanding is that using `checkRegistry` would not bring a benefit here in relation to doing this using a custom `FactCheckerFactory`. I will try to create a skeleton implementation, when...
This is only possible with local modules ATM, as we decided against running an initialization of Terraform/OpenTofu before running the manager. The reason has been that Renovate would need access...
Renovate ATM only considers lockfiles on the same level and neither looks up the file tree nor searches down of it. For this to be implemented the `terraform` manager has...
I'm in favor of including these options there too, as else it is confusing why similar options have to be set at different places.
> @viceice why does this PR doesn't close #7010 ? what is it i am missing ? You are implementing support for `image` and the issue is about `name`.
IMO it make sense to have `experimental` in the naming. We communicate that these features are unstable and subject to change without looking at the docs. Further that extra scrutiny...
# New package manager questionnaire Did you read our documentation on adding a package manager? - [x] I've read the [adding a package manager](adding-a-package-manager.md) documentation. ## Basics ### What's the...
> We started receiving devbox updates from renovate, thank you! > > The problem is it only updates `devbox.json` but doesn't change `devbox.lock` file because of an error: Create a...