File tree Expand file tree Collapse file tree 2 files changed +12
-15
lines changed Expand file tree Collapse file tree 2 files changed +12
-15
lines changed Original file line number Diff line number Diff line change 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
43version : 2
54updates :
@@ -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"
Original file line number Diff line number Diff line change 1- coverage ==7.4.3
2- pytest ==8.0.2
1+ coverage ==7.4.4
2+ pytest ==8.1.1
33pytest-timeout ==2.2.0
44pytest-cov ==4.1.0
55pytest-xdist ==3.5.0
@@ -8,7 +8,7 @@ pytest-timestamper ==0.0.9
88graphviz ==0.20.1
99fdm ==0.4.1
1010expecttest ==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
1212numpy # for test_ops.py
1313einops # for test_einops.py
1414lit_gpt @ git+https://github.com/Lightning-AI/lit-gpt@f241d94df59d82b2017bfdcd3800ac8779eb45f5
You can’t perform that action at this time.
0 commit comments