Initial Commit
ci / ci (22, ubuntu-latest) (push) Failing after 8m9s

This commit is contained in:
2026-03-30 02:18:38 +01:00
commit 1bfc6fbaa8
63 changed files with 15756 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"extends": [
"github>nuxt/renovate-config-nuxt"
],
"lockFileMaintenance": {
"enabled": true
},
"packageRules": [{
"matchDepTypes": ["resolutions"],
"enabled": false
}],
"postUpdateOptions": ["pnpmDedupe"]
}