Files
renovate-config/renovate.json
T
daanselen 1f8c365519
renovate / renovate (push) Failing after 22s
chore: account for org change
2026-06-05 20:38:36 +02:00

24 lines
615 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["nerthus/renovate-config"],
"dependencyDashboard": true,
"enabledManagers": [
"github-actions"
],
"automerge": true,
"ignoreTests": true,
"packageRules": [
{
"description": "use fix scope for renovate updates",
"matchPackageNames": ["renovatebot/renovate"],
"semanticCommitType": "fix"
},
{
"description": "Automerge renovate updates",
"matchPackageNames": ["renovatebot/renovate"],
"matchUpdateTypes": ["minor", "patch", "digest"],
"automerge": true
}
]
}