Skip to content

Commit

Permalink
depend
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmshn committed Feb 22, 2024
1 parent 5b64d19 commit 468e611
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 2
allow:
- dependency-type: direct
- dependency-type: indirect
ignore:
- dependency-name: mistune
- dependency-name: numpy
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ tests = [
"hypothesis==6.40.1",
]
strict = [
"pymatgen==2022.9.21",
"pymatgen==2023.8.15",
]

[project.urls]
Expand Down

0 comments on commit 468e611

Please sign in to comment.