mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-06-05 19:15:30 -04:00
23 lines
548 B
JSON
23 lines
548 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:recommended"],
|
|
"labels": ["📦 dependencies"],
|
|
"prConcurrentLimit": 0,
|
|
"prHourlyLimit": 0,
|
|
"rangeStrategy": "bump",
|
|
"packageRules": [
|
|
{
|
|
"matchPackageNames": ["node"],
|
|
"matchDepTypes": ["engines"],
|
|
"enabled": false
|
|
},
|
|
{
|
|
"matchPackageNames": ["node"],
|
|
"matchManagers": ["nvm"],
|
|
"rangeStrategy": "pin"
|
|
}
|
|
],
|
|
"postUpdateOptions": ["pnpmDedupe"],
|
|
"ignoreDeps": ["@types/node", "lucide-react"]
|
|
}
|