Skip to content

Commit

Permalink
Pin documenteer, add dependabot configuration
Browse files Browse the repository at this point in the history
Pin documenteer to <1 for square_pypi_project and technote_rst so
that we have more intentional control over when we move to newer
versions of the documentation stack. Add dependabot configuration
for PyPI dependencies to technote_rst so that dependabot will create
PRs to move to newer versions of documenteer.
  • Loading branch information
rra committed Jul 18, 2023
1 parent ffe5f6e commit dbc09b7
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dev = [
"pre-commit",
"mypy",
# Documentation
"documenteer[guide]",
"documenteer[guide]<1",
]

[project.urls]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dev = [
"pre-commit",
"mypy",
# Documentation
"documenteer[guide]",
"documenteer[guide]<1",
]

[project.urls]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@ updates:
directory: "/"
schedule:
interval: "weekly"

- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion project_templates/technote_rst/testn-000/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
documenteer[technote]
documenteer[technote]<1
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@ updates:
directory: "/"
schedule:
interval: "weekly"

- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
documenteer[technote]
documenteer[technote]<1

0 comments on commit dbc09b7

Please sign in to comment.