mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-23 10:16:32 -05:00
5f449a3f21
Signed-off-by: Philip Molares <philip.molares@udo.edu>
69 lines
1.3 KiB
JSON
69 lines
1.3 KiB
JSON
{
|
|
"extends": [
|
|
"config:base",
|
|
":gitSignOff",
|
|
":maintainLockFilesWeekly"
|
|
],
|
|
"labels": [
|
|
"type: maintenance"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"updateTypes": ["pin"],
|
|
"automerge": true
|
|
},
|
|
{
|
|
"extends": "packages:linters",
|
|
"groupName": "linters",
|
|
"automerge": true
|
|
},
|
|
{
|
|
"extends": "monorepo:typescript-eslint",
|
|
"groupName": "typescript-eslint monorepo",
|
|
"automerge": true
|
|
},
|
|
{
|
|
"extends": "monorepo:react",
|
|
"groupName": "react monorepo"
|
|
},
|
|
{
|
|
"extends": "monorepo:reactrouter",
|
|
"groupName": "reactrouter monorepo"
|
|
},
|
|
{
|
|
"groupName": "definitelyTyped",
|
|
"packagePatterns": [
|
|
"^@types/"
|
|
],
|
|
"automerge": true
|
|
},
|
|
{
|
|
"groupName": "markmap",
|
|
"packagePatterns": [
|
|
"markmap-view",
|
|
"markmap-lib",
|
|
"markmap-common"
|
|
]
|
|
},
|
|
{
|
|
"groupName": "i18next",
|
|
"packagePatterns": [
|
|
"i18next",
|
|
"i18next-browser-languagedetector",
|
|
"i18next-http-backend",
|
|
"react-i18next"
|
|
]
|
|
},
|
|
{
|
|
"groupName": "JS test packages",
|
|
"packagePatterns": [
|
|
"^@testing-library/"
|
|
],
|
|
"automerge": true
|
|
}
|
|
],
|
|
"prHourlyLimit": 0,
|
|
"schedule": [
|
|
"on Saturday"
|
|
]
|
|
}
|