mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
9d2a1d7035
* Updated schedule of renovate Even if renovate only creates 1-2 pull requests per day, they start to become annoying. Therefore, we decided to limit the timeslot for renovate actions to our dependency-patch-day Saturday. * Added option to remove the hourly limit Because we extend config:base we have a default hourly limit of 2. This change sets that to 0 and thereby disables the limit.
40 lines
723 B
JSON
40 lines
723 B
JSON
{
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"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",
|
|
"packagePatterns": [
|
|
"^@types/"
|
|
]
|
|
},
|
|
{
|
|
"extends": "packages:jsTest",
|
|
"groupName": "JS test packages"
|
|
}
|
|
],
|
|
"prHourlyLimit": 0,
|
|
"schedule": [
|
|
"on Saturday"
|
|
]
|
|
}
|