feat(action): allow automerge of azure/k8s-deploy v7.* #109

Merged
t.behrendt merged 2 commits from chore/allow-autobump-action-azure-k8s-deploy-v7.- into main 2026-07-24 19:10:02 +02:00
Showing only changes of commit 61b5840936 - Show all commits
+11
View File
@@ -96,6 +96,17 @@
"platformAutomerge": true,
"automergeType": "pr",
"addLabels": ["automerge"]
},
{
"description": "Automerge major updates for azure/k8s-deploy to v7",
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["major"],
"matchPackageNames": ["azure/k8s-deploy"],
"matchNewValue": "v7.*",
"automerge": true,
"platformAutomerge": true,
"automergeType": "pr",
"addLabels": ["automerge"]
}
]
}