owncloud / ocis-charts

:chart_with_upwards_trend: Helm Charts for ownCloud's OCIS
https://owncloud.dev/ocis/deployment/kubernetes/
Apache License 2.0
48 stars 27 forks source link

enable renovate on stable branches, too #801

Closed wkloucek closed 1 week ago

wkloucek commented 1 week ago

Description

enable renovate on stable branches, too

Related Issue

Motivation and Context

How Has This Been Tested?

 INFO: Validating renovate.json
 INFO: Config validated successfully

Screenshots (if appropriate):

Types of changes

Checklist:

wkloucek commented 1 week ago

Argh... actually I intended to get PRs for new oCIS releases on the stable branches, too. But the current config will also create PRs for the Helmfiles.

@d7oc what do you think about it?

d7oc commented 1 week ago

But the current config will also create PRs for the Helmfiles.

I don't get this comment. What do you mean by PRs for Helmfiles? You mean all the stuff in the examples?

wkloucek commented 1 week ago

You mean all the stuff in the examples?

Yes! as of now the examples on the stable- branches are just "frozen" / "unmaintained".

But same unfortunately applies to the appVersion (see eg. https://github.com/owncloud/ocis-charts/blob/12fb37837f0caba49990ff3d29845151e400a2cc/charts/ocis/Chart.yaml#L13-L14)

d7oc commented 1 week ago

I would not touch them. I would only offer up-to-date examples in the main branch. I would expect (haven't checked yet) that renovate also offers a way to exclude directories.

wkloucek commented 1 week ago

I would only offer up-to-date examples in the main branch. I would expect (haven't checked yet) that renovate also offers a way to exclude directories.

There is useBaseBranchConfig, but then we'd need to change the renovate config on the stable- branches.

I close this for now. Didn't anticipate that it needs that many changes.