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