Chore: disable renovate for the ui
We disable renovate until we have automated ui tests Renovate broke our UI because we dont have test that would fail
This commit is contained in:
@@ -4,5 +4,12 @@
|
|||||||
"lockFileMaintenance": { "enabled": true },
|
"lockFileMaintenance": { "enabled": true },
|
||||||
"nix": {
|
"nix": {
|
||||||
"enabled": true
|
"enabled": true
|
||||||
|
},
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchManagers": ["npm"],
|
||||||
|
"matchPaths": ["pkgs/webview-ui/**"],
|
||||||
|
"enabled": false
|
||||||
}
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user