Skip to content

Commit 817ccb4

Browse files
committed
update dependabot & requirements
1 parent 6549798 commit 817ccb4

File tree

2 files changed

+12
-15
lines changed

2 files changed

+12
-15
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Basic dependabot.yml file with
2-
# minimum configuration for two package managers
1+
# Basic dependabot.yml file with minimum configuration for two package managers
32

43
version: 2
54
updates:
@@ -9,10 +8,10 @@ updates:
98
directory: "/"
109
# Check for updates once a week
1110
schedule:
12-
interval: "monthly"
11+
interval: "weekly"
1312
# Labels on pull requests for version updates only
1413
labels:
15-
- "ci / tests"
14+
- "dependencies"
1615
pull-request-branch-name:
1716
# Separate sections of the branch name with a hyphen
1817
# for example, `dependabot-npm_and_yarn-next_js-acorn-6.4.1`
@@ -25,17 +24,15 @@ updates:
2524
# Enable version updates for GitHub Actions
2625
- package-ecosystem: "github-actions"
2726
directory: "/"
28-
# Check for updates once a week
2927
schedule:
3028
interval: "monthly"
31-
# Labels on pull requests for version updates only
32-
labels:
33-
- "ci / tests"
29+
groups:
30+
GH_actions:
31+
patterns:
32+
- "*" # Check all dependencies
33+
labels: ["ci"]
3434
pull-request-branch-name:
35-
# Separate sections of the branch name with a hyphen
36-
# for example, `dependabot-npm_and_yarn-next_js-acorn-6.4.1`
3735
separator: "-"
38-
# Allow up to 5 open pull requests for GitHub Actions
39-
open-pull-requests-limit: 5
36+
open-pull-requests-limit: 2
4037
reviewers:
4138
- "Borda"

requirements/test.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
coverage ==7.4.3
2-
pytest ==8.0.2
1+
coverage ==7.4.4
2+
pytest ==8.1.1
33
pytest-timeout ==2.2.0
44
pytest-cov ==4.1.0
55
pytest-xdist ==3.5.0
@@ -8,7 +8,7 @@ pytest-timestamper ==0.0.9
88
graphviz ==0.20.1
99
fdm ==0.4.1
1010
expecttest ==0.2.1 # for test_ddp.py
11-
hypothesis ==6.98.15 # for test_ddp.py
11+
hypothesis ==6.99.8 # for test_ddp.py
1212
numpy # for test_ops.py
1313
einops # for test_einops.py
1414
lit_gpt @ git+https://github.com/Lightning-AI/lit-gpt@f241d94df59d82b2017bfdcd3800ac8779eb45f5

0 commit comments

Comments
 (0)