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:
authorJulius Härtl <jus@bitgrid.net>2022-11-07 19:19:25 +0300
committerJulius Härtl <jus@bitgrid.net>2022-11-07 19:19:25 +0300
commit547bed0d33776652f16751fec747549e65c9aa1f (patch)
tree4d29cb7a65fa3c7097ae41ab6fe5df5d4813533e /renovate.json
parent03cfafa950d73f6db44271cb002ba2450ae83808 (diff)
Pin @nextcloud/eslint-config and @nextcloud/webpack-vue-config for stable23/stable24
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'renovate.json')
-rw-r--r--renovate.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/renovate.json b/renovate.json
index 2253f8d3b..c012f2959 100644
--- a/renovate.json
+++ b/renovate.json
@@ -72,6 +72,16 @@
"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"]