Initial commit

This commit is contained in:
2026-04-17 23:26:01 +00:00
commit 2ea4ca5d52
409 changed files with 63459 additions and 0 deletions

33
renovate.json Normal file
View File

@@ -0,0 +1,33 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>nuxt/renovate-config-nuxt",
":automergeMinor"
],
"schedule": [
"at any time"
],
"lockFileMaintenance": {
"enabled": true
},
"packageRules": [
{
"matchDepTypes": [
"resolutions"
],
"enabled": false
}
],
"postUpdateOptions": [
"pnpmDedupe"
],
"gradle": {
"enabled": false
},
"gradle-wrapper": {
"enabled": false
},
"swift": {
"enabled": false
}
}