Compare commits
2 Commits
f798182163
...
renovate/r
Author | SHA1 | Date | |
---|---|---|---|
603ce8fd86 | |||
227a80fd97
|
@ -1,4 +1,4 @@
|
|||||||
FROM rust:1.84.1 AS lib_builder
|
FROM rust:1.88.0 AS lib_builder
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
COPY rust/ .
|
COPY rust/ .
|
||||||
RUN cargo build
|
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