From e7ba75f7760ef6a888afd4da078f72f1ae677c31 Mon Sep 17 00:00:00 2001 From: Ajay Date: Sun, 23 Aug 2026 10:50:40 -0700 Subject: [PATCH] Add Renovate configuration file Signed-off-by: Ajay --- renovate.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 00000000..c341a3f2 --- /dev/null +++ b/renovate.json @@ -0,0 +1,9 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "github>NVIDIA-NeMo/FW-CI-templates//renovate-config/safe-python#add-renovate-config" + ], + "dependencyDashboardApproval": true, + "prConcurrentLimit": 1, + "prHourlyLimit": 1 +}