Merge pull request #260 from cschug/renovate_heimdall

fix: attempt to fix Heimdall version tracking by Renovate
This commit is contained in:
Christoph Schug 2024-05-02 19:52:59 +02:00 committed by GitHub
commit 6e04957991
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 1 deletions

View File

@ -1,7 +1,7 @@
---
services:
heimdall:
image: lscr.io/linuxserver/heimdall:2021.11.28
image: lscr.io/linuxserver/heimdall:2.6.0
container_name: heimdall
environment:
- PUID=1000

View File

@ -55,6 +55,16 @@
"packagePatterns": [
"^([^/]+\\/)*mariadb(:.+)?$"
]
},
{
"managers": [
"docker-compose",
"dockerfile"
],
"packagePatterns": [
"^([^/]+\\/)*heimdall(:.+)?$"
],
"versioning": "regex:^(?<major>(?!2021)\\d+)\\.(?<minor>\\d+)(\\.(?<patch>\\d+))?$"
}
],
"separateMinorPatch": true