aws-ia / terraform-aws-eks-blueprints-addons

Terraform module which provisions addons on Amazon EKS clusters
https://aws-ia.github.io/terraform-aws-eks-blueprints-addons/main/
Apache License 2.0
269 stars 127 forks source link

feat: add renovate config #433

Open calebhansard opened 2 weeks ago

calebhansard commented 2 weeks ago

What does this PR do?

This PR adds a renovate.json config file to automatically create PRs using Renovate for Helm chart version updates in main.tf.

The regex used in the config to match the chart versions can be validated here: https://regex101.com/r/MB6rrh/2

To make use of this config, install the Renovate Cloud-Hosted App on your GitHub org, then select the repos to enable.

Motivation

More

For Moderators

Additional Notes

The renovate config is setup to only use the regex manager. Other managers such as terraform can optionally be enabled to automatically create PRs for terraform module and provider updates.

Example pull requests created by Renovate for this project can be found here: https://github.com/calebhansard/terraform-aws-eks-blueprints-addons/pulls