33 lines
683 B
JSON
33 lines
683 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"hads/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
|
|
}
|
|
]
|
|
} |