chore: add renovate.json
This commit is contained in:
parent
092985baf7
commit
6a157a302c
1 changed files with 24 additions and 0 deletions
24
renovate.json
Normal file
24
renovate.json
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["config:base"],
|
||||
"lockFileMaintenance": { "enabled": true },
|
||||
"packageRules": [
|
||||
{
|
||||
"matchPackageNames": ["node"],
|
||||
"allowedVersions": "<=16"
|
||||
},
|
||||
{
|
||||
"matchPackageNames": ["ts-jest", "@types/jest"],
|
||||
"matchPackagePatterns": ["^jest", "^@testing-library/"],
|
||||
"groupName": "testing packages"
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": ["^eslint", "^@typescript-eslint/"],
|
||||
"groupName": "eslint packages"
|
||||
},
|
||||
{
|
||||
"matchPackageNames": ["react", "react-dom", "@types/react", "@types/react-dom"],
|
||||
"groupName": "react packages"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue