Skip to content

Commit 822f371

Browse files
authored
Merge pull request github#14483 from github/mbg/go/dependabot
Go: Improve Dependabot configuration
2 parents 7994795 + 75900f0 commit 822f371

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,12 @@ updates:
2222
directory: "go/extractor"
2323
schedule:
2424
interval: "daily"
25+
allow:
26+
- dependency-name: "golang.org/x/mod"
27+
- dependency-name: "golang.org/x/tools"
28+
group:
29+
extractor-dependencies:
30+
patterns:
31+
- "golang.org/x/*"
2532
reviewers:
2633
- "github/codeql-go"

0 commit comments

Comments
 (0)