Closed jmbowman closed 1 year ago
We already have two repository health checks in https://github.com/openedx/edx-repo-health/blob/master/repo_health/check_renovate.py , checking if Renovate is enabled and the date of the most recent PR created by it. We'd like to add two more checks in this file:
This will help us determine not only that Renovate is on and working correctly, but how well the repository is keeping up with dependency upgrades.
We already have two repository health checks in https://github.com/openedx/edx-repo-health/blob/master/repo_health/check_renovate.py , checking if Renovate is enabled and the date of the most recent PR created by it. We'd like to add two more checks in this file:
This will help us determine not only that Renovate is on and working correctly, but how well the repository is keeping up with dependency upgrades.