commenting improvement for renovate

This commit is contained in:
kjeld Schouten-Lebbing 2021-05-24 00:31:16 +02:00
parent f6a8332588
commit 55ba5e12f8
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
1 changed files with 4 additions and 3 deletions

View File

@ -117,13 +117,14 @@
"groupName": ["patch"]
},
//
// Tag updates for linuxserver two-three digit versions
// Version strategies
//
// Versioning for linuxserver two-three digit container versions
{
"packagePatterns": ["^linuxserver\\/"],
"versionScheme": "regex:^(?<compatibility>.*?(\\d+\\.)??)(?<major>\\d+)\\.(?<minor>\\d+)\\.?(?<patch>\\d+)?(-r?p?\\d)?$"
},
// version strategies
// Versioning for slightly problematic container versions
{
"matchDatasources": ["docker"],
"versioning": "loose",
@ -132,7 +133,7 @@
"ghcr.io/truecharts/qbittorrent",
],
},
// enable auto-merge
// enable container auto-merge
{
"matchDatasources": ["docker"],
"automerge": true,