feat: add renovate shared config
-
Please check this box if this contribution uses AI-generated content (including content generated by GitLab Duo features) as outlined in the GitLab DCO & CLA
- feat: add renovate shared config
This MR adds a shared renovate config for end users to configure their renovate bot with. It would be best to ship/version this config along with the component itself because else the maximum supported version is unknown and renovate might update to an opentofu version not yet supported by the component. (Especially relevant for users that do not mirror this component as-is / live)
The maximum version will be updated along with the according hook-script.
Example usage:
// renovate.json
{
"extends": ["local>components/opentofu"]
}
which will configure renovate to only update to the opentofu version set in the component project as latest version (and not further).
Edited by 🤖 GitLab Bot 🤖