CI: Disable Vue v3 / Bootstrap v5 updates

as they need a full rewrite of the frontend which is in progress but
will take way more time.

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2025-04-07 10:11:14 +02:00
parent 12de1efef2
commit 207ebd3e52
Signed by: luzifer
SSH key fingerprint: SHA256:/xtE5lCgiRDQr8SLxHMS92ZBlACmATUmF1crK16Ks4E

View file

@ -2,5 +2,19 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"https://git.luzifer.io/luzifer/renovate-config/raw/branch/master/default.json"
],
"packageRules": [
{
"matchPackageNames": [
"vue"
],
"allowedVersions": "<3.0.0"
},
{
"matchPackageNames": [
"bootstrap"
],
"allowedVersions": "<5.0.0"
}
]
}