File tree Expand file tree Collapse file tree 5 files changed +979
-7
lines changed
Expand file tree Collapse file tree 5 files changed +979
-7
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,16 @@ version: 2
22updates :
33 - package-ecosystem : " cargo"
44 directory : " /"
5+ versioning-strategy : lockfile-only
56 schedule :
6- interval : " monthly"
7+ interval : " weekly"
8+ open-pull-requests-limit : 10
9+ directory : " /benches/"
10+ versioning-strategy : lockfile-only
11+ schedule :
12+ interval : " weekly"
713 open-pull-requests-limit : 10
814 - package-ecosystem : " github-actions"
915 directory : " /"
1016 schedule :
11- interval : " monthly "
17+ interval : " weekly "
Original file line number Diff line number Diff line change 4747 # Test both windows-gnu and windows-msvc; use beta rust on one
4848 - os : ubuntu-latest
4949 target : x86_64-unknown-linux-gnu
50- variant : MSRV
5150 toolchain : 1.85.0
5251 - os : ubuntu-latest
5352 deps : sudo apt-get update ; sudo apt install gcc-multilib
6059
6160 steps :
6261 - uses : actions/checkout@v6
63- - name : Not MSRV
64- if : ${{ matrix.variant != 'MSRV' }}
65- run : cargo generate-lockfile --ignore-rust-version
6662 - name : Install toolchain
6763 uses : dtolnay/rust-toolchain@master
6864 with :
Original file line number Diff line number Diff line change 11target
2- Cargo.lock
32.idea
You can’t perform that action at this time.
0 commit comments