From 0c2083035368640cbe5925c094cebac53a553913 Mon Sep 17 00:00:00 2001 From: James Elliott Date: Mon, 29 Jul 2024 20:51:15 +1000 Subject: [PATCH] ci: only use dependabot for actions Signed-off-by: James Elliott --- .github/dependabot.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 26da661..253bcb7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,8 +4,3 @@ updates: directory: / schedule: interval: daily - - - package-ecosystem: gomod - directory: / - schedule: - interval: daily