feat(actions): allow automerge of actions/setup-go v7 (#101)
CD / Release (push) Successful in 46s

Reviewed-on: #101
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #101.
This commit is contained in:
2026-07-23 21:22:40 +02:00
committed by t.behrendt
parent f9b9763a3c
commit 832b956560
+11
View File
@@ -85,6 +85,17 @@
"platformAutomerge": true, "platformAutomerge": true,
"automergeType": "pr", "automergeType": "pr",
"addLabels": ["automerge"] "addLabels": ["automerge"]
},
{
"description": "Automerge major updates for actions/setup-go to v7",
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["major"],
"matchPackageNames": ["actions/setup-go"],
"matchNewValue": "v7.*",
"automerge": true,
"platformAutomerge": true,
"automergeType": "pr",
"addLabels": ["automerge"]
} }
] ]
} }