language-data/.github/renovate.json
2026-01-14 11:18:01 +01:00

22 lines
547 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>WeblateOrg/meta:renovate"
],
"packageRules": [
{
"matchPackageNames": [
"https://github.com/autotools-mirror/gettext.git"
],
"versioning": "loose"
},
{
"matchPackageNames": [
"https://github.com/autotools-mirror/gettext.git",
"https://github.com/qt/qttools.git",
"https://salsa.debian.org/iso-codes-team/iso-codes.git"
],
"allowedVersions": "/^v[0-9.]+$/"
}
]
}