Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benknoll-umn authored Oct 3, 2024
1 parent 5c4f8fe commit cff063b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ updates:
schedule:
interval: daily
ignore:
# Versions newer than 2.0.2 of numpy do not support Python 3.9. Revisit when 3.9 is dropped.
# Versions newer than 2.1.0 and newer of numpy do not support Python 3.9. Revisit when 3.9 is dropped.
- dependency-name: "numpy"
versions: [">2.0.2"]
versions: [">=2.1.0"]
- package-ecosystem: gradle
directory: /java/
schedule:
Expand Down

0 comments on commit cff063b

Please sign in to comment.