mirror of
https://github.com/hanzoai/docs.git
synced 2026-08-05 05:33:08 +00:00
14 lines
320 B
JSON
14 lines
320 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:recommended", ":preserveSemverRanges", "group:allNonMajor"],
|
|
"baseBranches": ["dev"],
|
|
"ignoreDeps": [
|
|
"@types/react",
|
|
"@types/react-dom",
|
|
"flexsearch",
|
|
"@types/node",
|
|
"typescript",
|
|
"lucide-react"
|
|
]
|
|
}
|