Skip to content

Commit 6c7faa7

Browse files
authored
Fix/dependabot ignore python (#458)
* ⬆️ 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 2c77424 commit 6c7faa7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ updates:
2323
versions: [">=2.0"]
2424
- dependency-name: "python"
2525
# Python version should be constrained by the anaconda distribution version
26+
versions: [">0"]

0 commit comments

Comments
 (0)