From 7a7629620b3c27983c719f4926e6c46ebc45950d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 22:52:28 +0000 Subject: [PATCH] Add renovate.json --- apps/comments-ui/renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 apps/comments-ui/renovate.json diff --git a/apps/comments-ui/renovate.json b/apps/comments-ui/renovate.json new file mode 100644 index 0000000000..39a2b6e9a5 --- /dev/null +++ b/apps/comments-ui/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:base" + ] +}