Compare commits

...

2 Commits

Author SHA1 Message Date
Michael B. Gale
a44413acb6 dependabot.yml: Add exclude-paths option to gomod config 2025-10-10 12:46:06 +01:00
Michael B. Gale
789a444174 dependabot.yml: Remove second gomod configuration that didn't work 2025-10-10 12:44:03 +01:00

View File

@@ -25,18 +25,11 @@ updates:
allow:
- dependency-name: "golang.org/x/mod"
- dependency-name: "golang.org/x/tools"
exclude-paths:
- "go/ql/**"
groups:
extractor-dependencies:
patterns:
- "golang.org/x/*"
reviewers:
- "github/codeql-go"
- package-ecosystem: "gomod"
directory: "go/ql/test"
schedule:
interval: "monthly"
ignore:
- dependency-name: "*"
reviewers:
- "github/codeql-go"