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:
Johannes Kirschbauer
2025-04-21 18:54:24 +02:00
parent b107d2bc49
commit 65b16af7ef

View File

@@ -4,5 +4,12 @@
"lockFileMaintenance": { "enabled": true },
"nix": {
"enabled": true
},
"packageRules": [
{
"matchManagers": ["npm"],
"matchPaths": ["pkgs/webview-ui/**"],
"enabled": false
}
]
}