We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 005f36c + e76b5e1 commit 6ab21b6Copy full SHA for 6ab21b6
.github/renovate.json
@@ -10,7 +10,8 @@
10
},
11
{
12
"groupName": "docs/requirements.txt",
13
- "matchPaths": ["docs/requirements.txt"]
+ "matchPaths": ["docs/requirements.txt"],
14
+ "separateMajorMinor": "false"
15
}
16
],
17
"schedule": ["on the first day of the month"]
docs/requirements.txt
@@ -1,6 +1,6 @@
1
mkdocs==1.6.1
2
mkdocs-include-markdown-plugin
3
mkdocs-material
4
-mkdocstrings[python]==0.30.1
+mkdocstrings[python]==1.0.0
5
pygments
6
pymdown-extensions==10.17.2
0 commit comments