renovate-config/renovate.json

24 lines
620 B
JSON
Raw Normal View History

2024-04-17 21:27:29 +00:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
2024-04-18 20:13:08 +00:00
"extends": ["renovate-bot/renovate-config"],
2024-04-17 21:27:29 +00:00
"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
}
]
}