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