mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 04:05:24 -04:00
![renovate[bot]](/assets/img/avatar_default.png)
* Add renovate.json * Update renovate.json * Update renovate.json * Update renovate.json * Revert "Update renovate.json" This reverts commit 36ccc0fdb5efa2356adbbae8e750530307af781c. * Update renovate.json --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jake Jarvis <jake@jarv.is>
68 lines
1.7 KiB
JSON
68 lines
1.7 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",
|
|
"react-is",
|
|
"babel-plugin-react-compiler",
|
|
"eslint-plugin-react-compiler"
|
|
],
|
|
"groupName": "react",
|
|
"rangeStrategy": "pin"
|
|
},
|
|
{
|
|
"matchPackageNames": ["@mdx-js/*", "remark-*", "rehype-*", "unified", "unist-*", "@types/mdx"],
|
|
"groupName": "mdx"
|
|
},
|
|
{
|
|
"matchPackageNames": ["eslint", "eslint-*", "@eslint/*", "!eslint-config-next", "!eslint-plugin-react-compiler"],
|
|
"groupName": "eslint"
|
|
},
|
|
{
|
|
"matchPackageNames": ["stylelint", "stylelint-*"],
|
|
"groupName": "stylelint"
|
|
},
|
|
{
|
|
"matchPackageNames": ["@opentelemetry/*", "@vercel/otel"],
|
|
"groupName": "opentelemetry"
|
|
},
|
|
{
|
|
"matchPackageNames": ["typescript"],
|
|
"rangeStrategy": "pin"
|
|
},
|
|
{
|
|
"matchPackageNames": ["node"],
|
|
"matchDepTypes": ["engines"],
|
|
"enabled": false
|
|
},
|
|
{
|
|
"matchPackageNames": ["node"],
|
|
"matchManagers": ["nvm"],
|
|
"rangeStrategy": "pin"
|
|
}
|
|
],
|
|
"postUpdateOptions": ["pnpmDedupe"],
|
|
"ignoreDeps": [
|
|
"@jakejarvis/eslint-config",
|
|
"@types/node",
|
|
"@types/react",
|
|
"@types/react-dom",
|
|
"@types/react-is",
|
|
"@types/prop-types",
|
|
"lucide-react"
|
|
]
|
|
}
|