mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 09:16:30 -05:00
f5736dad0f
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
49 lines
909 B
JSON
49 lines
909 B
JSON
{
|
|
"extends": [
|
|
"config:base",
|
|
":gitSignOff",
|
|
":preserveSemverRanges",
|
|
":prHourlyLimitNone",
|
|
":dependencyDashboard",
|
|
":maintainLockFilesWeekly"
|
|
],
|
|
"prHourlyLimit": 0,
|
|
"schedule": [
|
|
"on Saturday"
|
|
],
|
|
"labels": [
|
|
"dependencies"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"extends": "packages:linters",
|
|
"groupName": "linters"
|
|
},
|
|
{
|
|
"extends": "monorepo:typescript-eslint",
|
|
"groupName": "typescript-eslint monorepo"
|
|
},
|
|
{
|
|
"extends": "monorepo:react",
|
|
"groupName": "react monorepo"
|
|
},
|
|
{
|
|
"extends": "monorepo:reactrouter",
|
|
"groupName": "reactrouter monorepo"
|
|
},
|
|
{
|
|
"groupName": "definitelyTyped",
|
|
"matchPackagePatterns": [
|
|
"^@types/"
|
|
]
|
|
},
|
|
{
|
|
"groupName": "Jest",
|
|
"matchPackageNames": [
|
|
"jest",
|
|
"ts-jest",
|
|
"@types/jest"
|
|
]
|
|
}
|
|
]
|
|
}
|