Skip to content

Commit 819dfc9

Browse files
committed
MNT: disable dependabot for jupyter-book
See #41 #42
1 parent 0f81f9a commit 819dfc9

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ updates:
55
directory: "/"
66
schedule:
77
interval: "weekly"
8+
ignore:
9+
# See doc/requirements.txt for why
10+
- dependency-name: "jupyter-book"
11+
update-types: ["version-update:semver-major"]
12+
813
- package-ecosystem: "github-actions"
914
directory: "/"
1015
schedule:

doc/requirements.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Because of https://github.com/elcorto/psweep/issues/12 we can't have this in
22
# pyproject.toml.
33

4+
# See
5+
# https://github.com/elcorto/psweep/pull/41
6+
# https://github.com/elcorto/psweep/pull/42
47
jupyter-book < 2
8+
9+
510
sphinx-autodoc-typehints
611

712
# For doc/generate-doc.sh

0 commit comments

Comments
 (0)