зеркало из https://github.com/nextcloud/text.git
98 строки
2.0 KiB
JSON
98 строки
2.0 KiB
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"timezone": "Europe/Berlin",
|
|
"schedule": [
|
|
"before 5am every weekday",
|
|
"every weekend"
|
|
],
|
|
"reviewers": ["team:office"],
|
|
"labels": ["dependencies"],
|
|
"rangeStrategy": "bump",
|
|
"rebaseWhen": "conflicted",
|
|
"ignoreUnstable": false,
|
|
"baseBranches": [
|
|
"master",
|
|
"stable25",
|
|
"stable24",
|
|
"stable23"
|
|
],
|
|
"enabledManagers": [
|
|
"npm"
|
|
],
|
|
"ignoreDeps": [
|
|
"node",
|
|
"npm"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"groupName": "cypress",
|
|
"matchPackageNames": [
|
|
"cypress",
|
|
"@nextcloud/cypress"
|
|
]
|
|
},
|
|
{
|
|
"groupName": "highlight",
|
|
"matchPackageNames": [
|
|
"highlight.js",
|
|
"lowlight"
|
|
]
|
|
},
|
|
{
|
|
"groupName": "jest",
|
|
"matchPackageNames": [
|
|
"jest",
|
|
"@vue/vue2-jest",
|
|
"jest-environment-jsdom"
|
|
]
|
|
},
|
|
{
|
|
"groupName": "tiptap",
|
|
"matchPackagePrefixes": [
|
|
"@tiptap/",
|
|
"prosemirror-"
|
|
]
|
|
},
|
|
{
|
|
"matchUpdateTypes": ["major"],
|
|
"matchBaseBranches": ["stable25", "stable24", "stable23"],
|
|
"enabled": false
|
|
},
|
|
{
|
|
"matchPackageNames": ["vue"],
|
|
"allowedVersions": "<3"
|
|
},
|
|
{
|
|
"matchPackageNames": ["vuex"],
|
|
"allowedVersions": "<4"
|
|
},
|
|
{
|
|
"matchPackageNames": ["@vue/test-utils"],
|
|
"allowedVersions": "<2"
|
|
},
|
|
{
|
|
"matchPackageNames": ["vue", "vue-template-compiler"],
|
|
"allowedVersions": "<2.7",
|
|
"matchBaseBranches": ["stable24", "stable23"]
|
|
},
|
|
{
|
|
"matchPackageNames": ["@nextcloud/eslint-config"],
|
|
"allowedVersions": "<8.1",
|
|
"matchBaseBranches": ["stable24"]
|
|
},
|
|
{
|
|
"matchPackageNames": ["@nextcloud/webpack-vue-config"],
|
|
"allowedVersions": "<5.1",
|
|
"matchBaseBranches": ["stable24"]
|
|
},
|
|
{
|
|
"matchPackageNames": ["@nextcloud/webpack-vue-config"],
|
|
"allowedVersions": "<4.2",
|
|
"matchBaseBranches": ["stable23"]
|
|
}
|
|
]
|
|
}
|