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

Closed
gitea-actions wants to merge 1 commits from chore/allow-autobump-action-azure-k8s-deploy-v7.- into main
Showing only changes of commit 190a560937 - 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"]
}
]
}