Skip to content

Commit bd811f2

Browse files
committed
Add Dependabot config for go/ql/test
1 parent 70aa490 commit bd811f2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,13 @@ updates:
3131
- "golang.org/x/*"
3232
reviewers:
3333
- "github/codeql-go"
34+
35+
- package-ecosystem: "gomod"
36+
directory: "go/ql/test"
37+
schedule:
38+
interval: "daily"
39+
allow: []
40+
ignore:
41+
- dependeny-name: "*"
42+
reviewers:
43+
- "github/codeql-go"

0 commit comments

Comments
 (0)