Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,27 @@ updates:
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
time: "03:00"
timezone: "Europe/London"
groups:
# Bundle updates in the pyproject.toml [tool.poetry.dependencies] section
production-dependencies:
dependency-type: "production"
# Should bundle updates in the pyproject.toml [tool.poetry.groups.*] sections
# but leave the sphinx ecosystem alone
development-dependencies:
dependency-type: "development"
exclude-patterns:
- "sphinx*"
sphinx:
# Separately allow it to move sphinx updates within minor versions
applies-to: version-updates
patterns:
- "sphinx*"
update-types:
- "minor"
- "patch"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ class MyReferenceStyle(AuthorYearReferenceStyle):

html_theme_options = {
"logo_only": False,
"display_version": True,
"version_selector": True,
"prev_next_buttons_location": "top",
"style_external_links": False,
"style_nav_header_background": "grey",
Expand Down
Loading