Skip to content

Commit a37db0a

Browse files
committed
fix: limit extracted tags for repos
1 parent 2ade715 commit a37db0a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/renovate.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
},
1313
{
1414
"matchPackageNames": [
15-
"https://github.com/autotools-mirror/gettext.git"
15+
"https://github.com/autotools-mirror/gettext.git",
16+
"https://github.com/qt/qttools.git",
17+
"https://salsa.debian.org/iso-codes-team/iso-codes.git"
1618
],
1719
"allowedVersions": "/^v[0-9.]+$/"
1820
}

0 commit comments

Comments
 (0)