From c511cc844cdbb213701a5c32ea225ee701a1aa82 Mon Sep 17 00:00:00 2001 From: sunhailinLeo <379978424@qq.com> Date: Thu, 6 Apr 2023 16:35:52 +0800 Subject: [PATCH 1/2] update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 08e042f..7665948 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,15 @@ Unofficial golang package for the Triton Inference Server(https://github.com/triton-inference-server/server) Triton Inference Server - Golang API +[![Docs](https://pkg.go.dev/badge/github.com/valyala/fasthttp)](https://pkg.go.dev/badge/github.com/valyala/fasthttp) +[![Report Card](https://goreportcard.com/badge/github.com/sunhailin-Leo/triton-service-go)](https://goreportcard.com/badge/github.com/sunhailin-Leo/triton-service-go) + +[![Benchmark](https://github.com/sunhailin-Leo/triton-service-go/actions/workflows/benchmark.yml/badge.svg)](https://github.com/sunhailin-Leo/triton-service-go/actions/workflows/benchmark.yml) +[![Lint Check](https://github.com/sunhailin-Leo/triton-service-go/actions/workflows/lint.yml/badge.svg)](https://github.com/sunhailin-Leo/triton-service-go/actions/workflows/lint.yml) +[![Security Check](https://github.com/sunhailin-Leo/triton-service-go/actions/workflows/sercurity.yml/badge.svg)](https://github.com/sunhailin-Leo/triton-service-go/actions/workflows/sercurity.yml) +[![Test](https://github.com/sunhailin-Leo/triton-service-go/actions/workflows/test.yml/badge.svg)](https://github.com/sunhailin-Leo/triton-service-go/actions/workflows/test.yml) +[![Vulnerability Check](https://github.com/sunhailin-Leo/triton-service-go/actions/workflows/vulncheck.yml/badge.svg)](https://github.com/sunhailin-Leo/triton-service-go/actions/workflows/vulncheck.yml) + --- ### Attention From 0787c413f3f69e8d5db26f6365bcb30173f2aa34 Mon Sep 17 00:00:00 2001 From: sunhailinLeo <379978424@qq.com> Date: Fri, 7 Apr 2023 14:25:26 +0800 Subject: [PATCH 2/2] update dependabot.yml --- .github/dependabot.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ac6621f..38a983c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,15 @@ version: 2 updates: - - package-ecosystem: "" # See documentation for possible values + - package-ecosystem: "gomod" directory: "/" # Location of package manifests + labels: + - "🤖 Dependencies" schedule: - interval: "weekly" + interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: daily + labels: + - "🤖 Dependencies"