Skip to content

Commit

Permalink
Adding dependabot.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwaroquiers committed Jul 23, 2024
1 parent 37fa817 commit 99957e2
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 50
target-branch: main
labels:
- dependency_updates
rebase-strategy: "disabled"
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
time: "05:33"
target-branch: main
labels:
- CI
1 change: 1 addition & 0 deletions .github/workflows/main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements/requirements.txt
python -m pip install .[dev]
- name: Run pytest
Expand Down
7 changes: 7 additions & 0 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Cerberus==1.3.5
matplotlib==3.9.1
monty==2024.7.12
numpy==1.26.4
pandas==2.2.2
pexpect==4.9.0
pymatgen==2024.7.18

0 comments on commit 99957e2

Please sign in to comment.