File tree Expand file tree Collapse file tree 2 files changed +9
-17
lines changed Expand file tree Collapse file tree 2 files changed +9
-17
lines changed Original file line number Diff line number Diff line change @@ -16,3 +16,11 @@ updates:
16
16
open-pull-requests-limit : 10
17
17
labels :
18
18
- dependency
19
+
20
+ # Group all updates together in a single PR. We can remove some
21
+ # updates from a combined update PR via comments to dependabot:
22
+ # https://docs.github.com/en/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates#managing-dependabot-pull-requests-for-grouped-updates-with-comment-commands
23
+ groups :
24
+ build :
25
+ patterns :
26
+ - " *"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ concurrency:
18
18
env :
19
19
CARGO_TERM_COLOR : always
20
20
# Pinned toolchain for linting
21
- ACTIONS_LINTS_TOOLCHAIN : 1.75.0
21
+ ACTIONS_LINTS_TOOLCHAIN : 1.84.1
22
22
23
23
jobs :
24
24
tests-stable :
@@ -117,19 +117,3 @@ jobs:
117
117
run : cargo build --all-targets
118
118
- name : cargo test
119
119
run : cargo test --all-targets
120
- tests-windows :
121
- name : Tests, Windows
122
- runs-on : windows-latest
123
- steps :
124
- - name : Check out repository
125
- uses : actions/checkout@v4
126
- - name : Install toolchain
127
- uses : dtolnay/rust-toolchain@v1
128
- with :
129
- toolchain : stable
130
- - name : Cache build artifacts
131
- uses : Swatinem/rust-cache@v2
132
- - name : cargo build
133
- run : cargo build --all-targets
134
- - name : cargo test
135
- run : cargo test --all-targets
You can’t perform that action at this time.
0 commit comments