]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
ci: configure Renovate (#399)
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Tue, 23 Mar 2021 08:30:34 +0000 (09:30 +0100)
committerGitHub <noreply@github.com>
Tue, 23 Mar 2021 08:30:34 +0000 (09:30 +0100)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
renovate.json [new file with mode: 0644]

diff --git a/renovate.json b/renovate.json
new file mode 100644 (file)
index 0000000..42efc0e
--- /dev/null
@@ -0,0 +1,7 @@
+{
+  "extends": [
+    "config:base",
+    "group:allNonMajor",
+    ":semanticCommitTypeAll(chore)",
+  ],
+}