Skip to content

Conversation

@mmcky
Copy link
Contributor

@mmcky mmcky commented Nov 28, 2025

Overview

Configures dependabot to also update PyPI packages in environment.yml in addition to GitHub Actions.

Changes

  • Added pip package ecosystem to dependabot configuration
  • Added ignore rule to keep jupyter-book < 2.0 (required until JB2 migration)

Configuration

- package-ecosystem: pip
  directory: /
  commit-message:
    prefix: ⬆️
  schedule:
    interval: weekly
  ignore:
    - dependency-name: "jupyter-book"
      versions: [">=2.0"]

This will help keep dependencies up-to-date automatically while respecting the jupyter-book version constraint.

@mmcky
Copy link
Contributor Author

mmcky commented Nov 28, 2025

This won't actually update environment.yml files.

This will become centralised soon, so will be much less of an issue. Closing.

@mmcky mmcky closed this Nov 28, 2025
@mmcky mmcky deleted the add-pip-dependabot branch November 28, 2025 02:36
@github-actions
Copy link

@github-actions github-actions bot temporarily deployed to pull request November 28, 2025 02:41 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants