web/renovate.json
bon 8ae956dee8
Some checks failed
ci / ci (22, ubuntu-latest) (push) Has been cancelled
init (pfp and unformatted text)
2025-05-17 02:15:57 +03:00

16 lines
276 B
JSON

{
"extends": [
"github>nuxt/renovate-config-nuxt"
],
"lockFileMaintenance": {
"enabled": true
},
"ignoreDeps": [
"vue-tsc"
],
"packageRules": [{
"matchDepTypes": ["resolutions"],
"enabled": false
}],
"postUpdateOptions": ["pnpmDedupe"]
}