mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-06-05 19:35:27 -04:00
5a3c7b9613
- Replace root page with new (home) route featuring a project showcase (Domainstack, Sofa, Versioneer, Snoozle) - Remove /birthday and /hillary video pages - Replace custom hand-rolled .prose styles with @tailwindcss/typography via a .markdown utility class - Remove heading-anchor component and .nvmrc
11 lines
304 B
JSON
11 lines
304 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", "lucide-react"]
|
|
}
|