mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2026-09-24 14:20:08 +01:00
22 lines
534 B
JSON
22 lines
534 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:recommended"],
|
|
"forkProcessing": "enabled",
|
|
"lockFileMaintenance": {
|
|
"enabled": true,
|
|
"rebaseStalePrs": true,
|
|
"branchTopic": "lock-file-maintenance",
|
|
"commitMessageAction": "Lock file maintenance",
|
|
"schedule": ["before 4am on monday"],
|
|
"prBodyDefinitions": {
|
|
"Change": "All locks refreshed"
|
|
}
|
|
},
|
|
"packageRules": [
|
|
{
|
|
"automerge": true,
|
|
"matchUpdateTypes": ["minor", "patch"]
|
|
}
|
|
]
|
|
}
|