]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
workflow: Configure Renovate (#128)
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Wed, 3 Aug 2022 03:29:41 +0000 (11:29 +0800)
committerGitHub <noreply@github.com>
Wed, 3 Aug 2022 03:29:41 +0000 (11:29 +0800)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com>
renovate.json [new file with mode: 0644]

diff --git a/renovate.json b/renovate.json
new file mode 100644 (file)
index 0000000..e56146c
--- /dev/null
@@ -0,0 +1,16 @@
+{
+  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
+  "extends": [
+    "config:base",
+    "schedule:weekly",
+    "group:allNonMajor",
+    ":semanticCommitTypeAll(chore)"
+  ],
+  "pin": false,
+  "node": false,
+  "rangeStrategy": "bump",
+  "labels": ["dependencies"],
+  "ignoreDeps": [
+    "zx"
+  ]
+}