Skip to content

Commit 9eea246

Browse files
committed
Fix dependabot python ignore rule to include versions constraint
1 parent 8284d2b commit 9eea246

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)