Revert "CI: Disable Vue v3 / Bootstrap v5 updates"

Doesn't work, Renovate ignores this for security fixes

This reverts commit 207ebd3e52.
This commit is contained in:
Knut Ahlers 2025-04-07 10:16:01 +02:00
parent 207ebd3e52
commit f7308345e0
Signed by: luzifer
SSH key fingerprint: SHA256:/xtE5lCgiRDQr8SLxHMS92ZBlACmATUmF1crK16Ks4E

View file

@ -2,19 +2,5 @@
"$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"
}
]
}