From 63275fa0d42428e310b99aef9d7835a9d6543f7c Mon Sep 17 00:00:00 2001 From: Rifa Achrinza <25147899+achrinza@users.noreply.github.com> Date: Mon, 28 Mar 2022 00:25:49 +0800 Subject: [PATCH] ci: use shared renovate config see: https://github.com/loopbackio/cicd/issues/15 Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com> --- .github/renovate.yaml | 2 -- renovate.json | 5 +++++ 2 files changed, 5 insertions(+), 2 deletions(-) delete mode 100644 .github/renovate.yaml create mode 100644 renovate.json diff --git a/.github/renovate.yaml b/.github/renovate.yaml deleted file mode 100644 index bcc9381a..00000000 --- a/.github/renovate.yaml +++ /dev/null @@ -1,2 +0,0 @@ -schema: https://docs.renovatebot.com/renovate-schema.json -extends: github>loopbackio/cicd//shared-configs/renovate/base diff --git a/renovate.json b/renovate.json new file mode 100644 index 00000000..6ba4d108 --- /dev/null +++ b/renovate.json @@ -0,0 +1,5 @@ +{ + "extends": [ + "github>loopbackio/cicd//shared-configs/renovate/base" + ] +}