Skip to content

Commit

Permalink
chore: add dependabot assignees (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
shipengqi authored Oct 13, 2023
1 parent 539798b commit e24bee3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
version: 2
updates:
- package-ecosystem: "gomod"
assignees:
- "shipengqi"
directory: "/"
schedule:
interval: "daily"
Expand All @@ -11,6 +13,8 @@ updates:
prefix: "feat"
include: "scope"
- package-ecosystem: "github-actions"
assignees:
- "shipengqi"
directory: "/"
schedule:
interval: "daily"
Expand Down
2 changes: 2 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@ linters:
linters-settings:
gofmt:
simplify: true
goimports:
local-prefixes: github.com/shipengqi/action
dupl:
threshold: 600

0 comments on commit e24bee3

Please sign in to comment.