Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow configuration of renovate config.json using yaml #3

Closed
ericwyles opened this issue Oct 3, 2024 · 0 comments · Fixed by #35
Closed

Allow configuration of renovate config.json using yaml #3

ericwyles opened this issue Oct 3, 2024 · 0 comments · Fixed by #35
Assignees
Labels
tech-debt 💳 Debt that the team has charged and needs to repay

Comments

@ericwyles
Copy link
Contributor

Currently in the config chart we have renovate.config that expects a block of json that gets fed as a secret to renovate for the base config. This isn't super convenient to work with but currently we also don't use a big block of json here so it's working ok.

We should investigate if we can provide a yaml format for this and convert that to json for more complex configurations in case that is easier to work with than maintaining a block of json inside the values.yaml.

@Racer159 Racer159 added the tech-debt 💳 Debt that the team has charged and needs to repay label Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tech-debt 💳 Debt that the team has charged and needs to repay
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants