mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
19 lines
356 B
JSON
19 lines
356 B
JSON
{
|
|
"extends": ["config:base"],
|
|
"semanticCommits": true,
|
|
"packageRules": [
|
|
{
|
|
"depTypeList": ["devDependencies"],
|
|
"automerge": true
|
|
},
|
|
{
|
|
"packagePatterns": ["*"],
|
|
"minor": {
|
|
"groupName": "all non-major dependencies",
|
|
"groupSlug": "all-minor-patch"
|
|
}
|
|
}
|
|
],
|
|
"schedule": ["every weekday"]
|
|
}
|