From 86c112a8c91af048a23c2aaad0897472c7a1f6cd Mon Sep 17 00:00:00 2001 From: Rifa Achrinza <25147899+achrinza@users.noreply.github.com> Date: Tue, 29 Mar 2022 17:22:56 +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 bcc9381a6..000000000 --- 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 000000000..6ba4d108b --- /dev/null +++ b/renovate.json @@ -0,0 +1,5 @@ +{ + "extends": [ + "github>loopbackio/cicd//shared-configs/renovate/base" + ] +}