mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/language-data.git
synced 2026-04-21 09:42:22 +08:00
22 lines
547 B
JSON
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.]+$/"
|
|
}
|
|
]
|
|
}
|