mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2026-09-24 14:20:08 +01:00
12 lines
248 B
JSON
12 lines
248 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:recommended"],
|
|
"packageRules": [
|
|
{
|
|
"automerge": true,
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"forkProcessing": "enabled"
|
|
}
|
|
]
|
|
}
|