From 6ad4663c16ae513aba7f1333a87ace18630e5c4b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Nov 2022 16:31:12 +0500 Subject: [PATCH] Add renovate.json (#1) Co-authored-by: Renovate Bot Co-authored-by: Pavel Popov Co-authored-by: Alexey S Co-authored-by: ndiezel0 --- 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" + ] +}