Skip to content

Commit

Permalink
Add dependabot
Browse files Browse the repository at this point in the history
This will keep our dependencies up-to-date.
  • Loading branch information
inancgumus committed Sep 27, 2023
1 parent 9ea5aec commit 1b4c6fc
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
version: 2
updates:

- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10
allow:
- dependency-name: "go.k6.io/k6"
dependency-type: "all"
update-type: "all"
- dependency-name: "github.com/chromedp/cdproto"
dependency-type: "all"
update-type: "all"
- dependency-name: "github.com/mailru/easyjson"
dependency-type: "all"
update-type: "minor"
- dependency-name: "github.com/mstoykov/k6-taskqueue-lib"
dependency-type: "all"
update-type: "all"
- dependency-name: "github.com/stretchr/testify"
dependency-type: "all"
update-type: "minor"
- dependency-name: "github.com/gorilla/websocket"
dependency-type: "all"
update-type: "minor"
- dependency-name: "github.com/mccutchen/go-httpbin"
dependency-type: "all"
update-type: "all"
groups:
- "dependencies"
target-branch: "main"
commit-message:
prefix: "Bump "
include: scope
assignees:
- "octocat"
reviewers:
- "inancgumus"
- "ankur22"
- "ka3de"

0 comments on commit 1b4c6fc

Please sign in to comment.