mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 09:46:30 -05:00
1467dae2da
this adds Signed-off to the commit messages of renovate (see https://docs.renovatebot.com/presets-default/#gitsignoff) Signed-off-by: Philip Molares <philip.molares@udo.edu>
51 lines
938 B
JSON
51 lines
938 B
JSON
{
|
|
"extends": [
|
|
"config:base",
|
|
":gitSignOff"
|
|
],
|
|
"labels": [
|
|
"dependencies"
|
|
],
|
|
"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": "JS test packages",
|
|
"packagePatterns": [
|
|
"^@testing-library/"
|
|
],
|
|
"automerge": true
|
|
}
|
|
],
|
|
"prHourlyLimit": 0,
|
|
"schedule": [
|
|
"on Saturday"
|
|
]
|
|
}
|