Skip to content

Commit bb95ccd

Browse files
authored
⬆️ Configure dependabot to ignore Python version updates (#51)
* ⬆️ 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. * Fix dependabot python ignore rule to include versions constraint
1 parent a48ef3b commit bb95ccd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@ 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
26+
versions: [">0"]

0 commit comments

Comments
 (0)