mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-09-15 05:25:33 -04:00
Configure Renovate (#2351)
* Add renovate.json
* Update renovate.json
* Update renovate.json
* Update renovate.json
* Revert "Update renovate.json"
This reverts commit 36ccc0fdb5
.
* Update renovate.json
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jake Jarvis <jake@jarv.is>
This commit is contained in:
67
renovate.json
Normal file
67
renovate.json
Normal file
@@ -0,0 +1,67 @@
|
||||
{
|
||||
"$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"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user