From 9724ef9549d6ab2c6bdbff037534fbfd0bf79116 Mon Sep 17 00:00:00 2001 From: dhmlau Date: Sat, 25 Jul 2026 21:30:35 -0400 Subject: [PATCH] chore: add renovate bot Signed-off-by: dhmlau --- 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..329ed87 --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "extends": [ + "github>loopbackio/cicd//shared-configs/renovate/base" + ], + "prConcurrentLimit": 30 +}