Skip to content

Commit 7011f21

Browse files
Group updates (#9)
* Update dependabot.yml * Update release.yml
1 parent 6476808 commit 7011f21

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,16 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "monthly"
7+
groups:
8+
cargo-dependencies:
9+
patterns:
10+
- "*"
11+
712
- package-ecosystem: "github-actions"
813
directory: "/"
914
schedule:
1015
interval: "monthly"
16+
groups:
17+
github-actions-dependencies:
18+
patterns:
19+
- "*"

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ jobs:
6060
# Get the machine ready to build
6161
- name: Checkout Code
6262
uses: actions/checkout@v4
63+
with:
64+
fetch-depth: 1
65+
66+
- name: Update apt-get package list
67+
if: ${{ contains(matrix.target.runner, 'ubuntu') }}
68+
run: sudo apt-get update
6369

6470
- name: Add Rust Target
6571
run: rustup target add ${{ matrix.target.rustTarget }}

0 commit comments

Comments
 (0)