From a7e2e7b740dacdbba818fb26a2807c56c2cf36bc Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Wed, 4 Feb 2026 08:09:54 +0100 Subject: [PATCH] fix(actions): add sigstore/cosign --- actions.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/actions.json b/actions.json index 6fc0f90..cb15d6c 100644 --- a/actions.json +++ b/actions.json @@ -114,6 +114,24 @@ "matchPackageNames": [ "peter-evans/dockerhub-description" ] + }, + { + "addLabels": [ + "renovate/automerge", + "renovate/github-action" + ], + "automerge": true, + "enabled": true, + "matchDatasources":[ + "github-tags" + ], + "matchPackageNames": [ + "sigstore/cosign" + ], + "matchUpdateTypes": [ + "minor", + "patch" + ] } ] } \ No newline at end of file