Skip to content

Commit a44413a

Browse files
committed
dependabot.yml: Add exclude-paths option to gomod config
1 parent 789a444 commit a44413a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ updates:
2525
allow:
2626
- dependency-name: "golang.org/x/mod"
2727
- dependency-name: "golang.org/x/tools"
28+
exclude-paths:
29+
- "go/ql/**"
2830
groups:
2931
extractor-dependencies:
3032
patterns:

0 commit comments

Comments
 (0)