File tree Expand file tree Collapse file tree 1 file changed +13
-37
lines changed
Expand file tree Collapse file tree 1 file changed +13
-37
lines changed Original file line number Diff line number Diff line change 1- # yaml-language-server: $schema=https://www.schemastore.org/dependabot-2.0.json
1+ # yaml-language-server: $schema=https://json.schemastore.org/dependabot-2.0.json
2+ #
3+ # Dependabot configuration for inferadb/tests
4+ # Managed by github/tools/repos.sh - manual edits will be overwritten
5+ #
6+ # To customize: update repos.json and run ./repos.sh --dependabot
27
38version : 2
49updates :
5- # Cargo dependencies (Rust crates)
10+
611 - package-ecosystem : " cargo"
712 directory : " /"
813 schedule :
@@ -12,62 +17,33 @@ updates:
1217 timezone : " Etc/UTC"
1318 open-pull-requests-limit : 5
1419 labels :
15- - " dependencies"
1620 - " area/deps"
1721 commit-message :
1822 prefix : " deps"
1923 include : " scope"
2024 groups :
21- # Group ALL patch updates into a single PR
22- patch-updates :
23- patterns :
24- - " *"
25- update-types :
26- - " patch"
27- # Group ALL minor updates into a single PR
28- minor-updates :
25+ rust-minor-patch :
2926 patterns :
3027 - " *"
3128 update-types :
3229 - " minor"
30+ - " patch"
3331
34- # GitHub Actions workflow dependencies
3532 - package-ecosystem : " github-actions"
36- directory : " /"
33+ directory : " /.github/workflows "
3734 schedule :
3835 interval : " weekly"
3936 day : " monday"
4037 time : " 09:00"
4138 timezone : " Etc/UTC"
4239 open-pull-requests-limit : 5
4340 labels :
44- - " dependencies"
45- - " github-actions"
41+ - " area/deps"
4642 - " area/ci"
4743 commit-message :
4844 prefix : " ci"
4945 include : " scope"
5046 groups :
51- # Group all GitHub Actions updates together
52- actions :
47+ github-actions :
5348 patterns :
54- - " *"
55-
56- # Docker base images
57- - package-ecosystem : " docker"
58- directory : " /"
59- schedule :
60- interval : " weekly"
61- day : " monday"
62- time : " 09:00"
63- timezone : " Etc/UTC"
64- open-pull-requests-limit : 3
65- labels :
66- - " dependencies"
67- - " area/docker"
68- commit-message :
69- prefix : " docker"
70- groups :
71- docker-images :
72- patterns :
73- - " *"
49+ - " *"
You can’t perform that action at this time.
0 commit comments