ci: reconfigure
Some checks failed
renovate / renovate (push) Has been cancelled

This commit is contained in:
2026-04-27 10:47:43 -05:00
parent 065e413d72
commit 55debdd31f

View File

@@ -138,8 +138,7 @@
"matchPackageNames": [ "matchPackageNames": [
"excalidraw/excalidraw", "excalidraw/excalidraw",
"searxng/searxng", "searxng/searxng",
"d3fk/s3cmd", "d3fk/s3cmd"
"ghcr.io/linuxserver/lidarr"
], ],
"addLabels": [ "addLabels": [
"automerge" "automerge"
@@ -160,7 +159,17 @@
"minimumReleaseAge": "3 days" "minimumReleaseAge": "3 days"
}, },
{ {
"description": "Automerge images, specific packages", "description": "Disable automerge for ghcr docker dependencies, unsupported release age",
"matchDatasources": [
"docker"
],
"matchPackageNames": [
"/^ghcr\\.io//"
],
"automerge": false
},
{
"description": "Automerge images, specific packages, without release age",
"matchUpdateTypes": [ "matchUpdateTypes": [
"minor" "minor"
], ],
@@ -172,8 +181,7 @@
"{{{datasource}}}", "{{{datasource}}}",
"automerge" "automerge"
], ],
"automerge": true, "automerge": true
"minimumReleaseAge": "3 days"
} }
] ]
} }