Skip to content

Commit

Permalink
Add dependabot (#1051)
Browse files Browse the repository at this point in the history
* Add dependabot

This will keep our dependencies up-to-date.

* Add goja to dependabot

Co-authored-by: Ankur Agarwal <ankur.agarwal@grafana.com>

* Remove easyjson from dependabot

* Remove goja from dependabot

---------

Co-authored-by: Ankur Agarwal <ankur.agarwal@grafana.com>
  • Loading branch information
inancgumus and ankur22 authored Sep 28, 2023
1 parent 9e5893a commit 89bb1fb
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
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"
- dependency-name: "github.com/chromedp/cdproto"
dependency-type: "all"
- dependency-name: "github.com/mstoykov/k6-taskqueue-lib"
dependency-type: "all"
- dependency-name: "github.com/stretchr/testify"
dependency-type: "all"
- dependency-name: "github.com/gorilla/websocket"
dependency-type: "all"
- dependency-name: "github.com/mccutchen/go-httpbin"
dependency-type: "all"
target-branch: "main"
commit-message:
prefix: "Bump "
include: scope
assignees:
- "octocat"
reviewers:
- "inancgumus"
- "ankur22"
- "ka3de"

0 comments on commit 89bb1fb

Please sign in to comment.