diff --git a/.github/renovate.json b/.github/renovate.json index a644bd656c7e..a0ee80098567 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -28,6 +28,11 @@ "automerge": true } ], + "ignoreDeps": ["moment-timezone"], + "__Open_edX_ignoreDeps_reasons__": { + "__note__": "When you add a package to ignoreDeps, add a comment to this object, using the package name as the key, and the comment as the value.", + "moment-timezone": "Broke legacy programs dashboard, which is deprecated and soon to be removed. See https://github.com/openedx/edx-platform/pull/34928" + }, "timezone": "America/New_York", "prConcurrentLimit": 3, "enabledManagers": ["npm"]