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 1/2] 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" From a89965c5495d7c136c42cd3e876f306f0a6d37b7 Mon Sep 17 00:00:00 2001 From: IceCodeNew <32576256+IceCodeNew@users.noreply.github.com> Date: Wed, 24 Jul 2024 11:16:35 +0800 Subject: [PATCH 2/2] chore: update TODO --- .github/workflows/go.yml | 1 + 1 file changed, 1 insertion(+) 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,