renovate-config/default.json

28 lines
714 B
JSON
Raw Normal View History

2023-11-17 15:55:57 +01:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
2023-11-17 16:38:58 +01:00
"extends": ["sora/renovate-config"],
2023-11-17 15:55:57 +01:00
"dependencyDashboard": true,
2023-11-17 18:25:26 +01:00
"_enabledManagers": [ "github-actions" ],
2023-11-17 15:55:57 +01:00
"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
}
2023-11-17 18:34:33 +01:00
],
"nix": {
"enabled": true
},
"labels": [
"renovate",
"bot"
2023-11-17 15:55:57 +01:00
]
}