mirror of
https://github.com/LukeHagar/polar.git
synced 2025-12-06 04:20:58 +00:00
24 lines
557 B
JSON
24 lines
557 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:best-practices"],
|
|
"schedule": ["* 0-4 * * 1"],
|
|
"timezone": "America/Los_Angeles",
|
|
"prConcurrentLimit": 1,
|
|
"packageRules": [
|
|
{
|
|
"groupName": "Routine updates",
|
|
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
|
|
"automerge": true
|
|
},
|
|
{
|
|
"groupName": "Major updates",
|
|
"matchUpdateTypes": ["major"],
|
|
"automerge": false
|
|
},
|
|
{
|
|
"matchDepTypes": ["devDependencies"],
|
|
"automerge": true
|
|
}
|
|
]
|
|
}
|