File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66version : 2
77updates :
8- - package-ecosystem : " github-actions" # See documentation for possible values
9- directory : " /" # Location of package manifests
10- schedule :
11- interval : " weekly"
12- commit-message :
13- prefix : " chore: "
14- - package-ecosystem : " cargo" # See documentation for possible values
15- directory : " /" # Location of package manifests
16- schedule :
17- interval : " weekly"
18- day : " saturday"
19- time : " 07:00"
20- timezone : " UTC"
21- commit-message :
22- prefix : " chore: "
8+ - package-ecosystem : " github-actions" # See documentation for possible values
9+ directory : " /" # Location of package manifests
10+ schedule :
11+ interval : " weekly"
12+ commit-message :
13+ prefix : " chore: "
14+
15+ - package-ecosystem : " cargo" # See documentation for possible values
16+ directory : " /" # Location of package manifests
17+ schedule :
18+ interval : " weekly"
19+ day : " saturday"
20+ time : " 07:00"
21+ timezone : " UTC"
22+ commit-message :
23+ prefix : " chore: "
24+ ignore :
25+ # keep minimal tokio version low
26+ - dependency-name : " tokio"
27+ versions : ["1.x"]
28+ # ignore patch updates for all dependencies
29+ - dependency-name : " *"
30+ update-types : ["version-update:semver-patch"]
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ proc-macro2 = "1.0.95"
2424quote = " 1.0.40"
2525rand = " 0.9.1"
2626syn = " 2.0.101"
27- tokio = { version = " 1.45 .0" , default-features = false }
27+ tokio = { version = " 1.44 .0" , default-features = false }
2828tracing = " 0.1.41"
2929tracing-appender = " 0.2.3"
3030tracing-subscriber = " 0.3.19"
You can’t perform that action at this time.
0 commit comments