From ceab478ff326fd0bffc038e808d1198a7d58bc69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sarvex=20=E2=98=A0=20Jatasra?= Date: Fri, 19 May 2023 11:39:40 +0530 Subject: [PATCH] Create renovate.json --- renovate.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 000000000..930e76aed --- /dev/null +++ b/renovate.json @@ -0,0 +1,3 @@ +{ + "extends": ["github>sarvex/renovate-configs:cpp"] +}