File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,10 @@ updates:
5959 commit-message :
6060 prefix : " docker"
6161 include : " scope"
62+ ignore :
63+ # Rust version is pinned to match rust-toolchain.toml (1.92)
64+ # Update manually when upgrading the project's Rust version
65+ - dependency-name : " rust"
6266 groups :
6367 docker-images :
6468 patterns :
Original file line number Diff line number Diff line change 1212# =============================================================================
1313# Stage 1: Builder
1414# =============================================================================
15- FROM rust:1.93 -bookworm AS builder
15+ FROM rust:1.92 -bookworm AS builder
1616
1717# Install protobuf compiler and well-known types (required for gRPC code generation)
1818RUN apt-get update && apt-get install -y --no-install-recommends \
You can’t perform that action at this time.
0 commit comments