Closed KevinMind closed 3 weeks ago
In the past those were out of date and causing issues as a result. We should enable dependabot for this repos if we're starting to use those deps again. Something like:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: "pip"
directory: "/requirements"
schedule:
interval: "weekly"
In the past those were out of date and causing issues as a result. We should enable dependabot for this repos if we're starting to use those deps again. Something like:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file version: 2 updates: - package-ecosystem: "pip" directory: "/requirements" schedule: interval: "weekly"
Fixes: mozilla/addons#15136
┆Issue is synchronized with this Jira Task