From 8c33c0c76558741c75905ac3f718018e2fd29e1c Mon Sep 17 00:00:00 2001 From: William Storey Date: Wed, 5 Aug 2026 18:59:15 +0000 Subject: [PATCH] Remove stale maxmind-db entry from .gitmodules Commit 5f499c1 (2014) moved the maxmind-db submodule to t/maxmind-db and deleted the gitlink at the top-level path, but left the old [submodule "maxmind-db"] stanza in .gitmodules. This was harmless until Dependabot gitsubmodule updates were enabled (8161529). Dependabot parses .gitmodules and fetches each declared path via the GitHub contents API; GET /contents/maxmind-db returns 404, so every update run aborts with dependency_file_not_found, which in turn trips the Dependabot Failure Watcher. Co-Authored-By: Claude Fable 5 --- .gitmodules | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index d109e2d4..58fc7941 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ -[submodule "maxmind-db"] - path = maxmind-db - url = https://github.com/maxmind/MaxMind-DB.git [submodule "t/libtap"] path = t/libtap url = https://github.com/zorgnax/libtap.git