Skip to content

Commit

Permalink
disable dependabot python checks until we stabilise
Browse files Browse the repository at this point in the history
closes #2878

We know a large portion of our Python modules are out of date, and that some of them are not even used for current functionality.
Manual review and fixing of the versions that are causing active problems is required at this stage. Currently minor point version updates are more difficult and risky than they should be, if there is not an active reason to update a module, we shouldn't at this stage.

Removing some out of date unused dependencies is preferable to keeping them current without understanding how we use them, e.g.  #2896

When we remove what is not needed and get to a stable point with Python 3, we can re-enable this tool.
  • Loading branch information
hornc committed Jan 22, 2020
1 parent 19f2062 commit e37bcd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ update_configs:
- package_manager: "javascript"
directory: "/"
update_schedule: "monthly"
- package_manager: "python"
directory: "/"
update_schedule: "monthly"
# - package_manager: "python"
# directory: "/"
# update_schedule: "monthly"

0 comments on commit e37bcd3

Please sign in to comment.