Skip to content
Snippets Groups Projects
Unverified Commit 65831200 authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

docs(git-submodules): clarify tags/branches (#31515)

parent df5275a3
No related branches found
No related tags found
No related merge requests found
......@@ -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"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment