Skip to content

Commit 8284d2b

Browse files
committed
⬆️ Configure dependabot to ignore Python version updates
Python version should be constrained by the anaconda distribution version specified in environment.yml, not updated independently by dependabot.
1 parent a48ef3b commit 8284d2b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ updates:
2121
ignore:
2222
- dependency-name: "jupyter-book"
2323
versions: [">=2.0"]
24+
- dependency-name: "python"
25+
# Python version should be constrained by the anaconda distribution version

0 commit comments

Comments
 (0)