diff --git a/.github/auto-merge.yml b/.github/auto-merge.yml deleted file mode 100644 index 2d370e5..0000000 --- a/.github/auto-merge.yml +++ /dev/null @@ -1,4 +0,0 @@ -# Reference: https://github.com/ahmadnassri/action-dependabot-auto-merge#githubworkflowsauto-mergeyml -- match: - dependency_type: all - update_type: all diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 76a7441..f165b59 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -141,6 +141,7 @@ jobs: - uses: ahmadnassri/action-dependabot-auto-merge@v2 with: github-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} + target: all release: name: Release diff --git a/README.md b/README.md index 36a3505..78543f5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # netadm 🔍 -[![Go Report Card](https://goreportcard.com/badge/github.com/nicklasfrahm/netadm)](https://goreportcard.com/report/github.com/nicklasfrahm/netadm) +[![Go Report Card](https://goreportcard.com/badge/github.com/nicklasfrahm/netadm?style=flat-square)](https://goreportcard.com/report/github.com/nicklasfrahm/netadm) +[![Release](https://img.shields.io/github/release/nicklasfrahm/netadm.svg?style=flat-square)](https://github.com/nicklasfrahm/netadm/releases/latest) +[![Go Reference](https://img.shields.io/badge/Go-reference-informational.svg?style=flat-square)](https://pkg.go.dev/github.com/nicklasfrahm/netadm) A CLI and client library to manage network devices written in [Go][website-go].