2 Commits

Author SHA1 Message Date
c00e354965 Update rust Docker tag to v1.89.0 2025-08-09 01:01:59 +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.89.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"
]
}