Skip to content

Commit

Permalink
chore: ignore Go in .github/dependabot.yml
Browse files Browse the repository at this point in the history
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"
  • Loading branch information
jdstrand committed Oct 26, 2023
1 parent d34fc59 commit a186707
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,8 @@ 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:
- package-ecosystem: "gomod"

0 comments on commit a186707

Please sign in to comment.