From 32798dca25a05d575b514652d2808fa680c8efa9 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Thu, 20 Apr 2023 17:57:26 +0100 Subject: [PATCH] build: remove Go updates from dependabot as it is too noisy --- .github/dependabot.yml | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9463899d7..123014908 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,10 +1,6 @@ -version: 2 -updates: - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "daily" - - package-ecosystem: "gomod" - directory: "/" - schedule: - interval: "daily" +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"