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 +}