mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-06-27 18:05:41 -04:00
77 lines
1.8 KiB
JSON
77 lines
1.8 KiB
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:recommended"],
|
|
"labels": ["📦 dependencies"],
|
|
"prConcurrentLimit": 0,
|
|
"prHourlyLimit": 0,
|
|
"rangeStrategy": "bump",
|
|
"packageRules": [
|
|
{
|
|
"matchPackageNames": ["next", "@next/*", "eslint-config-next"],
|
|
"groupName": "next.js",
|
|
"followTag": "canary",
|
|
"rangeStrategy": "pin"
|
|
},
|
|
{
|
|
"matchPackageNames": [
|
|
"react",
|
|
"react-dom",
|
|
"babel-plugin-react-compiler",
|
|
"eslint-plugin-react-compiler",
|
|
"@types/react",
|
|
"@types/react-dom"
|
|
],
|
|
"groupName": "react",
|
|
"rangeStrategy": "pin"
|
|
},
|
|
{
|
|
"matchPackageNames": ["tailwindcss", "@tailwindcss/*", "tailwind-merge", "prettier-plugin-tailwindcss"],
|
|
"groupName": "tailwindcss"
|
|
},
|
|
{
|
|
"matchPackageNames": ["@radix-ui/*"],
|
|
"groupName": "radix-ui"
|
|
},
|
|
{
|
|
"matchPackageNames": [
|
|
"@mdx-js/*",
|
|
"rehype-*",
|
|
"remark-*",
|
|
"unified",
|
|
"unist-*",
|
|
"@types/mdx",
|
|
"@types/unist"
|
|
],
|
|
"groupName": "mdx"
|
|
},
|
|
{
|
|
"matchPackageNames": ["eslint", "eslint-*", "@eslint/*", "!eslint-config-next", "!eslint-plugin-react-compiler"],
|
|
"groupName": "eslint"
|
|
},
|
|
{
|
|
"matchPackageNames": ["prettier", "prettier-*", "!prettier-plugin-tailwindcss"],
|
|
"groupName": "prettier"
|
|
},
|
|
{
|
|
"matchPackageNames": ["typescript"],
|
|
"rangeStrategy": "pin"
|
|
},
|
|
{
|
|
"matchPackageNames": ["node"],
|
|
"matchDepTypes": ["engines"],
|
|
"enabled": false
|
|
},
|
|
{
|
|
"matchPackageNames": ["node"],
|
|
"matchManagers": ["nvm"],
|
|
"rangeStrategy": "pin"
|
|
}
|
|
],
|
|
"postUpdateOptions": ["pnpmDedupe"],
|
|
"ignoreDeps": [
|
|
"@jakejarvis/eslint-config",
|
|
"@types/node",
|
|
"lucide-react"
|
|
]
|
|
}
|