Skip to content

Commit 4d2f067

Browse files
committed
Configure Renovate to track libversion submodule releases
- Enable git-submodules manager in renovate.json - Set submodule branch to tag 3.0.4 so Renovate updates to new tags
1 parent d45b45d commit 4d2f067

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitmodules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[submodule "libversion"]
22
path = libversion
33
url = https://github.com/repology/libversion.git
4+
branch = 3.0.4

renovate.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"config:recommended"
5-
]
5+
],
6+
"git-submodules": {
7+
"enabled": true
8+
}
69
}

0 commit comments

Comments
 (0)