Skip to content

Commit

Permalink
*: add dependabot (#39229)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkingrei committed Dec 14, 2022
1 parent 4a19cae commit ba5e85b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
day: "friday"
time: "18:00"
timezone: "Asia/Shanghai"
allow:
- dependency-name: "golang.org/*"
- dependency-name: "github.com/golangci/golangci-lint"
open-pull-requests-limit: 2

0 comments on commit ba5e85b

Please sign in to comment.