From 3f8538c5c2f8a1311f1d93d55f5aeeec7c206ec4 Mon Sep 17 00:00:00 2001 From: IceCodeNew <32576256+IceCodeNew@users.noreply.github.com> Date: Wed, 24 Jul 2024 10:59:38 +0800 Subject: [PATCH] Disable dependencies updates of gomod --- .github/dependabot.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 155ec9b..35800cb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,9 +10,3 @@ updates: directory: "/" schedule: interval: "weekly" - - # Maintain dependencies for Go modules - - package-ecosystem: "gomod" - directory: "/" - schedule: - interval: "weekly"