mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-04-28 12:47:33 +08:00
59 lines
1.1 KiB
JSON
59 lines
1.1 KiB
JSON
{
|
|
"labels": [
|
|
"dependencies"
|
|
],
|
|
"rangeStrategy": "widen",
|
|
"dependencyDashboard": true,
|
|
"automerge": true,
|
|
"automergeType": "pr",
|
|
"automergeStrategy": "rebase",
|
|
"platformAutomerge": true,
|
|
"git-submodules": {
|
|
"enabled": true
|
|
},
|
|
"pre-commit": {
|
|
"enabled": true
|
|
},
|
|
"pip_requirements": {
|
|
"fileMatch": [
|
|
"^requirements-.*\\.txt$"
|
|
]
|
|
},
|
|
"packageRules": [
|
|
{
|
|
"matchDatasources": [
|
|
"git-refs"
|
|
],
|
|
"automerge": false,
|
|
"schedule": "on the last day of the month"
|
|
},
|
|
{
|
|
"matchPaths": [
|
|
"**/package.json"
|
|
],
|
|
"automerge": false
|
|
}
|
|
],
|
|
"regexManagers": [
|
|
{
|
|
"fileMatch": [
|
|
"\\.pre-commit-config\\.yaml"
|
|
],
|
|
"matchStrings": [
|
|
"(?<depName>[^'\" ]+)==(?<currentValue>[^'\" ,\\s]+)"
|
|
],
|
|
"datasourceTemplate": "pypi",
|
|
"versioningTemplate": "pep440"
|
|
},
|
|
{
|
|
"fileMatch": [
|
|
"\\.pre-commit-config\\.yaml"
|
|
],
|
|
"matchStrings": [
|
|
"(?<depName>[^'\" ]+)@(?<currentValue>[^'\" ,\\s]+)"
|
|
],
|
|
"datasourceTemplate": "npm",
|
|
"versioningTemplate": "npm"
|
|
}
|
|
]
|
|
}
|