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