Add additional renovate packageGroup for element-web

This commit is contained in:
Timo K.
2026-07-09 13:20:57 +02:00
parent 1811b36205
commit 3cf5cab1d2

View File

@@ -61,6 +61,15 @@
{ {
"groupName": "Pnpm", "groupName": "Pnpm",
"matchDepNames": ["pnpm"] "matchDepNames": ["pnpm"]
},
{
"description": "Update the element-web image digest daily, in its own PR",
"groupName": "Element Web",
"matchPackageNames": ["ghcr.io/element-hq/element-web"],
"matchUpdateTypes": ["digest"],
"schedule": ["* 0-3 * * *"],
"minimumReleaseAge": null,
"automerge": true
} }
], ],
"semanticCommits": "disabled", "semanticCommits": "disabled",