drop renovate

we now use gitea actions for it.
This commit is contained in:
Jörg Thalheim
2025-07-14 17:37:15 +02:00
parent f79b3c2761
commit e97b06c410

View File

@@ -1,15 +0,0 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"lockFileMaintenance": { "enabled": true },
"nix": {
"enabled": true
},
"packageRules": [
{
"matchManagers": ["npm"],
"matchPaths": ["pkgs/clan-app/ui/**"],
"enabled": false
}
]
}