timescale / tobs

tobs - The Observability Stack for Kubernetes. Easy install of a full observability stack into a k8s cluster with Helm charts.
Apache License 2.0
561 stars 61 forks source link

.github: make renovate always bump helm chart minor version #552

Closed paulfantom closed 2 years ago

paulfantom commented 2 years ago

What this PR does / why we need it

Judging by https://github.com/timescale/tobs/pull/551 our renovate configuration is not correct. According to https://docs.renovatebot.com/configuration-options/#bumpversion value of true is not allowed and we need to choose which semver component to bump automatically. This PR should fix the issue and we can use https://github.com/timescale/tobs/pull/551 as a testbed.

Which issue this PR fixes

(optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged)

Special notes for your reviewer

Checklist