diff --git a/renovate.json b/renovate.json index 8430c80f59bb..9a65df062f0e 100644 --- a/renovate.json +++ b/renovate.json @@ -21,7 +21,7 @@ "rangeStrategy": "widen" }, { - "matchPaths": [ + "matchFileNames": [ "backend/api/**" ], "matchManagers": [ @@ -34,7 +34,7 @@ "enabled": true }, "prConcurrentLimit": 5, - "stabilityDays": 3, + "minimumReleaseAge": "3 days", "prCreation": "not-pending", "dependencyDashboard": true -} \ No newline at end of file +}