diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 508818874b..abc5eb0412 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,12 +3,20 @@ updates: - package-ecosystem: pip directory: /docs/ schedule: - interval: weekly + interval: monthly allow: # Allow only production updates for Sphinx - dependency-name: sphinx dependency-type: production + groups: + docs: + patterns: + - '*' - package-ecosystem: github-actions directory: /.github/workflows schedule: - interval: weekly + interval: monthly + groups: + workflows: + patterns: + - '*' diff --git a/docs/requirements.txt b/docs/requirements.txt index 235d9d3e6f..65638cfcbe 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,6 +1,6 @@ Pillow==10.0.1 PyYAML==6.0.1 -Sphinx==7.4.4 +Sphinx==7.4.7 conda-sphinx-theme==0.2.1 linkify-it-py==2.0.2 myst-parser==2.0.0