From 7f6d4e152561420f997b86f9b48a58103c40c5bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 May 2022 16:25:02 +0300 Subject: [PATCH] chore(deps): add renovate.json (#2) Co-authored-by: Renovate Bot --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..9ffd423 --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "local>valitydev/.github:renovate-config" + ] +}