Skip to content

Commit

Permalink
ci(deps): Clean up deps used in CI
Browse files Browse the repository at this point in the history
I'm removing an unused GtiHub workflow and ensuring that we don't update certain dev deps in a manner that would break docs generation.
  • Loading branch information
chriswmackey authored and Chris Mackey committed Apr 4, 2022
1 parent 4310cb5 commit 31872c0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 32 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,19 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "daily"
open-pull-requests-limit: 10
ignore:
- dependency-name: pytest
- dependency-name: setuptools
- dependency-name: twine
- dependency-name: wheel
- dependency-name: Sphinx
- dependency-name: sphinx-click
- dependency-name: importlib-metadata
- dependency-name: jinja2
- dependency-name: markupsafe
commit-message:
prefix: fix
prefix-development: build
include: scope

32 changes: 0 additions & 32 deletions .github/workflows/dependency-release.yaml

This file was deleted.

2 changes: 2 additions & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ twine==3.4.1
wheel==0.36.2
setuptools==57.0.0
importlib-metadata==4.3.1
jinja2==3.0.3
markupsafe==2.0.1

0 comments on commit 31872c0

Please sign in to comment.