feat: update renovate to recognize Chart.yaml's appVersion

This commit is contained in:
cătălin 2026-08-03 21:04:39 +02:00
commit ae425bdfd7
No known key found for this signature in database
4 changed files with 22 additions and 1 deletions

View file

@ -4,3 +4,7 @@ description: A Helm chart for Miniflux RSS reader
type: application
version: 0.1.0
appVersion: 2.3.3
annotations:
artifacthub.io/images: |
- name: miniflux
image: miniflux/miniflux:2.3.3

View file

@ -7,3 +7,7 @@ description: 'Ultra-fast, secure & lightweight self-hosted cloud storage — you
type: application
version: 0.1.0
appVersion: 0.8.6
annotations:
artifacthub.io/images: |
- name: oxicloud
image: diocrafts/oxicloud:0.8.6

View file

@ -4,3 +4,7 @@ description: A Helm chart for Vaultwarden password manager
type: application
version: 0.1.0
appVersion: 1.37.1
annotations:
artifacthub.io/images: |
- name: vaultwarden
image: vaultwarden/server:1.37.1-alpine

View file

@ -1,3 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommendedForSelfHosted"
],
"helmv3": {
"enabled": true,
"fileMatch": [
"Chart\\.yaml$"
]
}
}