mirror of
https://github.com/novuhq/novu.git
synced 2026-03-13 10:41:26 +08:00
22 lines
560 B
JSON
22 lines
560 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"stabilityDays": 3,
|
|
"extends": ["config:base"],
|
|
"prConcurrentLimit": 3,
|
|
"ignoreDeps": ["express", "node", "@types/node", "axios"],
|
|
"packageRules": [
|
|
{
|
|
"packagePatterns": ["^rollup", "@rollup"],
|
|
"groupName": "Update rollup packages"
|
|
},
|
|
{
|
|
"packagePatterns": ["^@babel/"],
|
|
"groupName": "Update babel packages"
|
|
},
|
|
{
|
|
"packageNames": ["jest", "@types/jest", "babel-jest", "ts-jest"],
|
|
"groupName": "Update jest packages"
|
|
}
|
|
]
|
|
}
|