Skip to content

Commit

Permalink
update dependabot & requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Mar 18, 2024
1 parent 6549798 commit 2385398
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
21 changes: 9 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Basic dependabot.yml file with
# minimum configuration for two package managers
# Basic dependabot.yml file with minimum configuration for two package managers

version: 2
updates:
Expand All @@ -9,10 +8,10 @@ updates:
directory: "/"
# Check for updates once a week
schedule:
interval: "monthly"
interval: "weekly"
# Labels on pull requests for version updates only
labels:
- "ci / tests"
- "dependencies"
pull-request-branch-name:
# Separate sections of the branch name with a hyphen
# for example, `dependabot-npm_and_yarn-next_js-acorn-6.4.1`
Expand All @@ -25,17 +24,15 @@ updates:
# Enable version updates for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
# Check for updates once a week
schedule:
interval: "monthly"
# Labels on pull requests for version updates only
labels:
- "ci / tests"
groups:
GH_actions:
patterns:
- "*" # Check all dependencies
labels: ["ci"]
pull-request-branch-name:
# Separate sections of the branch name with a hyphen
# for example, `dependabot-npm_and_yarn-next_js-acorn-6.4.1`
separator: "-"
# Allow up to 5 open pull requests for GitHub Actions
open-pull-requests-limit: 5
open-pull-requests-limit: 1
reviewers:
- "Borda"
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
coverage ==7.4.3
pytest ==8.0.2
coverage ==7.4.4
pytest ==8.1.1
pytest-timeout ==2.2.0
pytest-cov ==4.1.0
pytest-xdist ==3.5.0
Expand All @@ -8,7 +8,7 @@ pytest-timestamper ==0.0.9
graphviz ==0.20.1
fdm ==0.4.1
expecttest ==0.2.1 # for test_ddp.py
hypothesis ==6.98.15 # for test_ddp.py
hypothesis ==6.99.8 # for test_ddp.py
numpy # for test_ops.py
einops # for test_einops.py
lit_gpt @ git+https://github.com/Lightning-AI/lit-gpt@f241d94df59d82b2017bfdcd3800ac8779eb45f5
Expand Down

0 comments on commit 2385398

Please sign in to comment.