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-10-27 19:41:54 +0300
committerGitHub <noreply@github.com>2022-10-27 19:41:54 +0300
commitf82828e70b901842a375ff08a036945dbb89636a (patch)
tree1e2c8b8c55028952ffbc01a3f260abbf2e311c6b
parentd98929388d2fb8f7f4741e12a7e07da737542544 (diff)
parenta61eb14ee0bbb4c6c7d8fc16cf708260a44e888c (diff)
Merge pull request #3320 from nextcloud/renovate/pin_webpack_vue_config_stable23
-rw-r--r--renovate.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/renovate.json b/renovate.json
index dc24890fc..921b9fe74 100644
--- a/renovate.json
+++ b/renovate.json
@@ -70,6 +70,11 @@
"matchPackageNames": ["vue"],
"allowedVersions": "<2.7",
"matchBaseBranches": ["stable24", "stable23"]
+ },
+ {
+ "matchPackageNames": ["@nextcloud/webpack-vue-config"],
+ "allowedVersions": "<4.2",
+ "matchBaseBranches": ["stable23"]
}
]
}