Skip to content

Commit 5e47794

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 9ca0dca commit 5e47794

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,12 @@ updates:
1414
interval: weekly
1515
- package-ecosystem: "conda"
1616
directory: "/"
17+
commit-message:
18+
prefix: ⬆️
1719
schedule:
18-
interval: "weekly"
20+
interval: "weekly"
21+
ignore:
22+
- dependency-name: "jupyter-book"
23+
versions: [">=2.0"]
24+
- dependency-name: "python"
25+
# Python version should be constrained by the anaconda distribution version

0 commit comments

Comments
 (0)