From 4edffba595ca5a76a576356f3f38692499856eeb Mon Sep 17 00:00:00 2001 From: Rifa Achrinza <25147899+achrinza@users.noreply.github.com> Date: Thu, 31 Mar 2022 23:38:55 +0800 Subject: [PATCH] ci: add renovate config see: https://github.com/loopbackio/cicd/issues/15 Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com> --- renovate.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 000000000..40ffaefcd --- /dev/null +++ b/renovate.json @@ -0,0 +1,12 @@ +{ + "extends": [ + "github>loopbackio/cicd//shared-configs/renovate/base" + ], + "packageRules": [ + { + "matchBaseBranches": ["5.x"], + "enabled": true + } + ] +} +