feat: allow automerge of actions/checkout v7 #75

Merged
t.behrendt merged 1 commits from feat-allow-automerge-of-actions-checkout-v7 into main 2026-06-25 17:51:49 +02:00
Showing only changes of commit 0e215c1981 - Show all commits
+10
View File
@@ -43,6 +43,16 @@
"platformAutomerge": true,
"automergeType": "pr",
"addLabels": ["automerge"]
},
{
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["major"],
"matchPackageNames": ["actions/checkout"],
"matchNewValue": "v7",
"automerge": true,
"platformAutomerge": true,
"automergeType": "pr",
"addLabels": ["automerge"]
}
]
}