chore: ignore Go in .github/dependabot.yml, take 2 (#24438)

pull/24439/head
Jamie Strandboge 2023-11-02 11:29:35 +00:00 committed by GitHub
parent 361a82a84a
commit 4baa25e56f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -20,8 +20,9 @@ updates:
- dependency-name: "parquet"
- dependency-name: "datafusion"
- dependency-name: "datafusion-*"
# Before switching to rust-based IOx, influxdb was a Go project which
# dependabot tracked. After the switch, dependabot would issue alerts for go
# files that no longer exist. Tell dependabot to ignore "gomod"
ignore:
# Before switching to rust-based IOx, influxdb was a Go project which
# dependabot tracked. After the switch, dependabot would issue alerts for go
# files that no longer exist. Tell dependabot to ignore "gomod"
- package-ecosystem: "gomod"
directory: "/"
ignore: "*"