Skip to content

Commit 472ae67

Browse files
committed
fix: tighter filtering of renovate versions
1 parent f71242a commit 472ae67

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
"https://github.com/autotools-mirror/gettext.git"
1010
],
1111
"versioning": "loose"
12+
},
13+
{
14+
"matchPackageNames": [
15+
"https://github.com/autotools-mirror/gettext.git"
16+
],
17+
"allowedVersions": "/^v[0-9.]+$/"
1218
}
1319
]
1420
}

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
[submodule "modules/qttools"]
1414
path = modules/qttools
1515
url = https://github.com/qt/qttools.git
16-
branch = 6.10.2
16+
branch = v6.10.1

modules/qttools

Submodule qttools updated 92 files

0 commit comments

Comments
 (0)