This commit is contained in:
2026-02-17 17:23:21 +01:00
commit e2726f1bc5
19 changed files with 13461 additions and 0 deletions

13
renovate.json Normal file
View File

@@ -0,0 +1,13 @@
{
"extends": [
"github>nuxt/renovate-config-nuxt"
],
"lockFileMaintenance": {
"enabled": true
},
"packageRules": [{
"matchDepTypes": ["resolutions"],
"enabled": false
}],
"postUpdateOptions": ["pnpmDedupe"]
}