From c294cf9644b13599f85dcc96d0d28a53f05423ec Mon Sep 17 00:00:00 2001 From: shipengqi Date: Fri, 13 Oct 2023 17:59:02 +0800 Subject: [PATCH] chore: add dependabot assignees --- .github/dependabot.yml | 4 ++++ .golangci.yaml | 2 ++ 2 files changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 477d49b..1939824 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,8 @@ version: 2 updates: - package-ecosystem: "gomod" + assignees: + - "shipengqi" directory: "/" schedule: interval: "daily" @@ -11,6 +13,8 @@ updates: prefix: "feat" include: "scope" - package-ecosystem: "github-actions" + assignees: + - "shipengqi" directory: "/" schedule: interval: "daily" diff --git a/.golangci.yaml b/.golangci.yaml index 59e6ecf..2176c4c 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -27,5 +27,7 @@ linters: linters-settings: gofmt: simplify: true + goimports: + local-prefixes: github.com/shipengqi/action dupl: threshold: 600 \ No newline at end of file