Files
renovate-config/.github/renovate.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"
}