Explorar o código

dependabot: remove gomod

it is not really required, we update Go dependencies regularly

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
Nicola Murino hai 1 ano
pai
achega
156983b59b
Modificáronse 1 ficheiros con 5 adicións e 5 borrados
  1. 5 5
      .github/dependabot.yml

+ 5 - 5
.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: "/"