mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-06-05 17:55:32 -04:00
11 lines
288 B
JSON
11 lines
288 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:recommended"],
|
|
"labels": ["📦 dependencies"],
|
|
"prConcurrentLimit": 0,
|
|
"prHourlyLimit": 0,
|
|
"rangeStrategy": "bump",
|
|
"postUpdateOptions": ["pnpmDedupe"],
|
|
"ignoreDeps": ["@types/node"]
|
|
}
|