change image patches to auto merge

This commit is contained in:
2024-10-19 00:55:22 -05:00
parent e09c6f9c9f
commit 7a3477b661

30
.github/renovate.json vendored
View File

@@ -108,19 +108,6 @@
},
{
"description": "Automerge image patches",
"matchDepNames": [
"ghcr.io/advplyr/audiobookshelf",
"vectorim/element-web",
"bitnami/ghost",
"oci://registry-1.docker.io/bitnamicharts",
"ghcr.io/jellyfin/jellyfin",
"amazon/aws-cli",
"penpotapp/frontend",
"penpotapp/backend",
"penpotapp/exporter",
"ghcr.io/haveagitgat/tdarr",
"ghcr.io/haveagitgat/tdarr_node"
],
"matchUpdateTypes": [
"patch"
],
@@ -132,6 +119,23 @@
],
"automerge": true,
"automergeType": "branch"
},
{
"description": "Automerge minor image changes",
"matchDepNames": [
"amazon/aws-cli"
],
"matchUpdateTypes": [
"minor"
],
"matchDatasources": [
"docker"
],
"addLabels": [
"image"
],
"automerge": true,
"automergeType": "branch"
}
]
}