Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'renovate.json')
-rw-r--r--renovate.json15
1 files changed, 2 insertions, 13 deletions
diff --git a/renovate.json b/renovate.json
index 6230b2180..b6ca8bead 100644
--- a/renovate.json
+++ b/renovate.json
@@ -39,25 +39,14 @@
"groupName": "jest",
"matchPackageNames": [
"jest",
- "@vue/vue2-jest"
+ "@vue/vue2-jest",
+ "jest-environment-jsdom"
]
},
{
"matchUpdateTypes": ["major"],
"matchBaseBranches": ["stable25", "stable24", "stable23"],
"enabled": false
- },
- {
- "matchPackageNames": ["vue"],
- "allowedVersions": "<3"
- },
- {
- "matchPackageNames": ["vuex"],
- "allowedVersions": "<4"
- },
- {
- "matchPackageNames": ["@vue/test-utils"],
- "allowedVersions": "<2"
}
]
}