From 65831200d5f16dff60b216ae54cae54dbbd50f45 Mon Sep 17 00:00:00 2001
From: Rhys Arkins <rhys@arkins.net>
Date: Sat, 21 Sep 2024 09:41:25 +0200
Subject: [PATCH] docs(git-submodules): clarify tags/branches (#31515)

---
 lib/modules/manager/git-submodules/readme.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/modules/manager/git-submodules/readme.md b/lib/modules/manager/git-submodules/readme.md
index 4c728fa1da..effc139d24 100644
--- a/lib/modules/manager/git-submodules/readme.md
+++ b/lib/modules/manager/git-submodules/readme.md
@@ -14,7 +14,7 @@ You can customize the per-submodule checks of the git-submodules manager like th
 ### Updating to Specific Tag Values
 
 If you want to update your Git submodules to a specific tag, you can set the desired tag as the `branch` in your `.gitmodules` file.
-Renovate will then automatically update this version to the latest Git tag.
+Renovate will then automatically update this version to the latest Git branch or tag which satisfies your versioning scheme.
 
 ```ini
 [submodule "renovate"]
-- 
GitLab