From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Mar 2021 08:30:34 +0000 (+0100) Subject: ci: configure Renovate (#399) X-Git-Tag: v2.0.0-alpha.8~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d240bfe17992c6d255682d4f371c8a0f5f395e5a;p=thirdparty%2Fvuejs%2Fpinia.git ci: configure Renovate (#399) Co-authored-by: Renovate Bot Co-authored-by: Eduardo San Martin Morote --- diff --git a/renovate.json b/renovate.json new file mode 100644 index 00000000..42efc0ee --- /dev/null +++ b/renovate.json @@ -0,0 +1,7 @@ +{ + "extends": [ + "config:base", + "group:allNonMajor", + ":semanticCommitTypeAll(chore)", + ], +}