specificy auto merge images
This commit is contained in:
25
.github/renovate.json
vendored
25
.github/renovate.json
vendored
@@ -79,7 +79,8 @@
|
||||
"matchDepNames": [
|
||||
"ghcr.io/linuxserver/calibre",
|
||||
"ghcr.io/linuxserver/calibre-web",
|
||||
"ghcr.io/linuxserver/code-server"
|
||||
"ghcr.io/linuxserver/code-server",
|
||||
"ghcr.io/linuxserver/qbittorrent"
|
||||
],
|
||||
"matchDatasources": [
|
||||
"docker"
|
||||
@@ -87,7 +88,7 @@
|
||||
"addLabels": [
|
||||
"image"
|
||||
],
|
||||
"versioning": "regex:^(?<compatibility>.*?)-(?<major>v?\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)[\\.-]*r?(?<build>\\d+)*-*r?(?<release>\\w+)*",
|
||||
"versioning": "regex:(?<major>v?\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)[\\.-]*r?(?<build>\\d+)*-*r?(?<release>\\w+)*",
|
||||
"automerge": false,
|
||||
"minimumReleaseAge": "3 days"
|
||||
},
|
||||
@@ -106,21 +107,6 @@
|
||||
"automerge": false,
|
||||
"minimumReleaseAge": "3 days"
|
||||
},
|
||||
{
|
||||
"description": "Label images, linuxserver qbittorrent versioning",
|
||||
"matchDepNames": [
|
||||
"ghcr.io/linuxserver/qbittorrent"
|
||||
],
|
||||
"matchDatasources": [
|
||||
"docker"
|
||||
],
|
||||
"addLabels": [
|
||||
"image"
|
||||
],
|
||||
"versioning": "regex:(?<major>v?\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)[\\.-]*r?(?<build>\\d+)*-*r?(?<release>\\w+)*",
|
||||
"automerge": false,
|
||||
"minimumReleaseAge": "3 days"
|
||||
},
|
||||
{
|
||||
"description": "Label images, ceph version",
|
||||
"matchDepNames": [
|
||||
@@ -153,6 +139,11 @@
|
||||
},
|
||||
{
|
||||
"description": "Automerge image patches",
|
||||
"matchDepNames": [
|
||||
"ghcr.io/advplyr/audiobookshelf",
|
||||
"vectorim/element-web",
|
||||
"bitnami/ghost"
|
||||
],
|
||||
"matchUpdateTypes": [
|
||||
"patch"
|
||||
],
|
||||
|
Reference in New Issue
Block a user