gomods / athens-charts

Helm charts for athens
https://gomods.github.io/athens-charts/
MIT License
10 stars 14 forks source link

chore: Configure Renovate #59

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.

šŸš¦ To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.


Detected Package Files

Configuration Summary

Based on the default config's presets, Renovate will:

šŸ”” Do you want to change how Renovate upgrades your dependencies? Add your custom config to renovate.json in this branch. Renovate will update the Pull Request description the next time it runs.


What to Expect

With your current configuration, Renovate will create 1 Pull Request:

chore(deps): update gomods/athens docker tag to v0.13.3 - Schedule: ["at any time"] - Branch name: `renovate/gomods-athens-0.x` - Merge into: `main` - Upgrade [gomods/athens](https://togithub.com/gomods/athens) to `v0.13.3`

ā“ Got questions? Check out Renovate's Docs, particularly the Getting Started section. If you need any further assistance then you can also request help here.


This PR has been generated by Mend Renovate. View repository job log here.

DrPsychick commented 4 months ago

Updating the Chart.yaml version automatically - if that is even desirable - (https://github.com/renovatebot/renovate/discussions/23426#discussioncomment-6502602) only works on selfhosted renovate bots.

I could not find an immediate/obvious way to make dependabot create the PR based on the gomods/athens docker image version. If there is a way, this might be the better choice.

PS: renovate "helmv3" manager is enabled, so that dependencies in the chart (if added) get updated via PRs as well.

closes #58

matt0x6F commented 4 months ago

Updating the Chart.yaml version automatically - if that is even desirable - (renovatebot/renovate#23426 (comment)) only works on selfhosted renovate bots.

I could not find an immediate/obvious way to make dependabot create the PR based on the gomods/athens docker image version. If there is a way, this might be the better choice.

PS: renovate "helmv3" manager is enabled, so that dependencies in the chart (if added) get updated via PRs as well.

closes #58

Thanks for doing this!