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:
authorMax <max@nextcloud.com>2022-10-13 08:00:46 +0300
committerMax <max@nextcloud.com>2022-10-13 08:00:46 +0300
commitedf6269a51857ed4d2afd8da7681e7608747c101 (patch)
tree20a8acd636b2c47e9019546d832e520d6532faef /renovate.json
parent164b6c9884de978a00ea911a8c02799b0cfa4225 (diff)
renovate: group jest and vue2-jest
They need to be upgraded together. Otherwise the install fails: https://github.com/nextcloud/text/pull/3167 Signed-off-by: Max <max@nextcloud.com>
Diffstat (limited to 'renovate.json')
-rw-r--r--renovate.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/renovate.json b/renovate.json
index f0b078c5c..0c48f8b0d 100644
--- a/renovate.json
+++ b/renovate.json
@@ -34,6 +34,13 @@
]
},
{
+ "groupName": "jest",
+ "matchPackageNames": [
+ "jest",
+ "@vue/vue2-jest"
+ ]
+ },
+ {
"matchUpdateTypes": ["major"],
"matchBaseBranches": ["stable25", "stable24", "stable23"],
"enabled": false