feat: update renovate to recognize Chart.yaml's appVersion
This commit is contained in:
parent
3d3ea948db
commit
ae425bdfd7
4 changed files with 22 additions and 1 deletions
|
|
@ -4,3 +4,7 @@ description: A Helm chart for Miniflux RSS reader
|
||||||
type: application
|
type: application
|
||||||
version: 0.1.0
|
version: 0.1.0
|
||||||
appVersion: 2.3.3
|
appVersion: 2.3.3
|
||||||
|
annotations:
|
||||||
|
artifacthub.io/images: |
|
||||||
|
- name: miniflux
|
||||||
|
image: miniflux/miniflux:2.3.3
|
||||||
|
|
|
||||||
|
|
@ -7,3 +7,7 @@ description: 'Ultra-fast, secure & lightweight self-hosted cloud storage — you
|
||||||
type: application
|
type: application
|
||||||
version: 0.1.0
|
version: 0.1.0
|
||||||
appVersion: 0.8.6
|
appVersion: 0.8.6
|
||||||
|
annotations:
|
||||||
|
artifacthub.io/images: |
|
||||||
|
- name: oxicloud
|
||||||
|
image: diocrafts/oxicloud:0.8.6
|
||||||
|
|
|
||||||
|
|
@ -4,3 +4,7 @@ description: A Helm chart for Vaultwarden password manager
|
||||||
type: application
|
type: application
|
||||||
version: 0.1.0
|
version: 0.1.0
|
||||||
appVersion: 1.37.1
|
appVersion: 1.37.1
|
||||||
|
annotations:
|
||||||
|
artifacthub.io/images: |
|
||||||
|
- name: vaultwarden
|
||||||
|
image: vaultwarden/server:1.37.1-alpine
|
||||||
|
|
|
||||||
|
|
@ -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$"
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue