mirror of
https://github.com/sveltejs/ai-tools.git
synced 2026-07-03 11:12:28 +08:00
20 lines
348 B
JSON
20 lines
348 B
JSON
{
|
|
"extends": [
|
|
"config:recommended",
|
|
":preserveSemverRanges",
|
|
"group:allNonMajor",
|
|
":semanticCommitTypeAll(chore)"
|
|
],
|
|
"pin": {
|
|
"enabled": false
|
|
},
|
|
"ignoreDeps": ["@types/node", "esbuild", "rollup", "typescript"],
|
|
"packageRules": [
|
|
{
|
|
"matchPackageNames": ["vite"],
|
|
"matchUpdateTypes": ["major"],
|
|
"enabled": false
|
|
}
|
|
]
|
|
}
|