2 Commits

Author SHA1 Message Date
603ce8fd86 Update rust Docker tag to v1.88.0 2025-06-27 01:01:34 +00:00
227a80fd97 Extend default renovate config 2025-02-02 11:41:24 +01:00
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM rust:1.84.1 AS lib_builder
FROM rust:1.88.0 AS lib_builder
WORKDIR /src
COPY rust/ .
RUN cargo build

View File

@ -1,3 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}