We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f81f9a commit 819dfc9Copy full SHA for 819dfc9
.github/dependabot.yml
@@ -5,6 +5,11 @@ updates:
5
directory: "/"
6
schedule:
7
interval: "weekly"
8
+ ignore:
9
+ # See doc/requirements.txt for why
10
+ - dependency-name: "jupyter-book"
11
+ update-types: ["version-update:semver-major"]
12
+
13
- package-ecosystem: "github-actions"
14
15
doc/requirements.txt
@@ -1,7 +1,12 @@
1
# Because of https://github.com/elcorto/psweep/issues/12 we can't have this in
2
# pyproject.toml.
3
4
+# See
+# https://github.com/elcorto/psweep/pull/41
+# https://github.com/elcorto/psweep/pull/42
jupyter-book < 2
sphinx-autodoc-typehints
# For doc/generate-doc.sh
0 commit comments