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:
parent
12de1efef2
commit
207ebd3e52
1 changed files with 14 additions and 0 deletions
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Reference in a new issue