Go: re-add Dependabot allow list

This commit is contained in:
Michael B. Gale
2023-10-12 10:55:31 +01:00
parent f6570710e7
commit 114a875f3d

View File

@@ -22,5 +22,8 @@ updates:
directory: "go/extractor"
schedule:
interval: "daily"
allow:
- dependency-name: "golang.org/x/mod"
- dependency-name: "golang.org/x/tools"
reviewers:
- "github/codeql-go"