mirror of
https://github.com/ivuorinen/renovate-config.git
synced 2026-01-26 11:14:09 +00:00
21 lines
373 B
JSON
21 lines
373 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"assignees": [
|
|
"ivuorinen"
|
|
],
|
|
"automergeType": "pr",
|
|
"extends": [
|
|
"github>ivuorinen/renovate-config"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"automerge": true,
|
|
"matchPackageNames": [
|
|
"renovate"
|
|
],
|
|
"separateMinorPatch": false
|
|
}
|
|
],
|
|
"prCreation": "immediate"
|
|
}
|