From 49c3e9267cade031f12799ba51e903c3ad9660da Mon Sep 17 00:00:00 2001 From: Jamie Strandboge Date: Wed, 1 Nov 2023 15:42:44 -0500 Subject: [PATCH] chore: ignore Go in .github/dependabot.yml, take 2 --- .github/dependabot.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 284c1bfa79c..4c5e3f9ae28 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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: "*"