Compare commits
2 Commits
60fc238abd
...
renovate/r
Author | SHA1 | Date | |
---|---|---|---|
c00e354965 | |||
227a80fd97
|
@@ -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
|
||||
|
@@ -1,3 +1,6 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user