renovate update

This commit is contained in:
2026-08-11 12:36:02 +02:00
parent d8d656504c
commit be4ad209db
+16
View File
@@ -5,14 +5,30 @@
"packageRules": [ "packageRules": [
{ {
"matchManagers": ["github-actions"], "matchManagers": ["github-actions"],
"matchUpdateTypes": ["minor", "patch"],
"groupName": "GitHub Actions", "groupName": "GitHub Actions",
"automerge": true "automerge": true
}, },
{
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["major"],
"groupName": "GitHub Actions (major)",
"labels": ["major-update"],
"automerge": false
},
{ {
"matchManagers": ["gomod"], "matchManagers": ["gomod"],
"matchUpdateTypes": ["minor", "patch"],
"groupName": "Go dependencies", "groupName": "Go dependencies",
"automerge": true "automerge": true
}, },
{
"matchManagers": ["gomod"],
"matchUpdateTypes": ["major"],
"groupName": "Go dependencies (major)",
"labels": ["major-update"],
"automerge": false
},
{ {
"matchUpdateTypes": ["minor", "patch"], "matchUpdateTypes": ["minor", "patch"],
"automerge": true "automerge": true