From d37fd68abee5953d558045dd3d3df82f669f5e63 Mon Sep 17 00:00:00 2001 From: IceCodeNew <32576256+IceCodeNew@users.noreply.github.com> Date: Wed, 24 Jul 2024 11:29:31 +0800 Subject: [PATCH] Disable dependencies updates of gomod (#221) * Disable dependencies updates of gomod * chore: update TODO --- .github/dependabot.yml | 6 ------ .github/workflows/go.yml | 1 + 2 files changed, 1 insertion(+), 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" diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 46b4760..a09097f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -83,6 +83,7 @@ jobs: # TODO: # github.com/mholt/caddy-l4, # modules/l4echo, + # modules/l4postgres, # modules/l4ssh, # modules/l4subroute, # modules/l4tee,