From 253092f34e38e695d42af506bb6ecad828501d0f Mon Sep 17 00:00:00 2001 From: zakir <80246097+zakir-code@users.noreply.github.com> Date: Sun, 18 Feb 2024 15:26:51 +0800 Subject: [PATCH] chore: remove dependabot for gomod (#121) --- .github/dependabot.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bf8200733..554b9b2bb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,9 +13,9 @@ updates: day: "monday" time: "09:00" open-pull-requests-limit: 10 - - package-ecosystem: "gomod" - directory: "/" - schedule: - interval: "daily" - time: "10:00" - open-pull-requests-limit: 10 \ No newline at end of file +# - package-ecosystem: "gomod" +# directory: "/" +# schedule: +# interval: "daily" +# time: "10:00" +# open-pull-requests-limit: 10 \ No newline at end of file