mirror of
https://github.com/skoelle/focusapp.git
synced 2026-09-17 20:10:25 +00:00
27 lines
585 B
JSON
27 lines
585 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
"schedule": ["before 6am on Monday"],
|
|
"prConcurrentLimit": 5,
|
|
"prHourlyLimit": 2,
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["patch", "pin"],
|
|
"automerge": true
|
|
},
|
|
{
|
|
"matchPackagePatterns": ["@types/*"],
|
|
"groupName": "type definitions"
|
|
},
|
|
{
|
|
"matchPackagePatterns": ["eslint*", "prettier*"],
|
|
"groupName": "linting & formatting"
|
|
}
|
|
],
|
|
"docker-compose": {
|
|
"fileMatch": ["docker-compose\\.ya?ml$"]
|
|
}
|
|
}
|