From 156983b59ba21b8e7ab862fa58a293d5ba4054ea Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Sat, 25 May 2024 16:40:31 +0200 Subject: [PATCH] dependabot: remove gomod it is not really required, we update Go dependencies regularly Signed-off-by: Nicola Murino --- .github/dependabot.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8cd157ff..0c90b458 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,11 +1,11 @@ version: 2 updates: - - package-ecosystem: "gomod" - directory: "/" - schedule: - interval: "weekly" - open-pull-requests-limit: 2 + #- package-ecosystem: "gomod" + # directory: "/" + # schedule: + # interval: "weekly" + # open-pull-requests-limit: 2 - package-ecosystem: "docker" directory: "/"