diff --git a/.github/renovate.json b/.github/renovate.json index 34a93ce..6ca9f5c 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -10,7 +10,8 @@ }, { "groupName": "docs/requirements.txt", - "matchPaths": ["docs/requirements.txt"] + "matchPaths": ["docs/requirements.txt"], + "separateMajorMinor": "false" } ], "schedule": ["on the first day of the month"] diff --git a/docs/requirements.txt b/docs/requirements.txt index 9fd13ee..db204e1 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,6 +1,6 @@ mkdocs==1.6.1 mkdocs-include-markdown-plugin mkdocs-material -mkdocstrings[python]==0.30.1 +mkdocstrings[python]==1.0.0 pygments pymdown-extensions==10.16.1