fix(ci): update renovate config
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a6b4fd0afc
commit
6ced20b951
@ -1,4 +1,4 @@
|
||||
FROM docker.io/library/golang:1.22.0-alpine3.18 AS build
|
||||
FROM docker.io/library/golang:1.22.0-alpine3.19 AS build
|
||||
|
||||
RUN apk add git make
|
||||
|
||||
@ -10,7 +10,7 @@ RUN make install \
|
||||
PREFIX=/usr \
|
||||
VERSION=${VERSION}
|
||||
|
||||
FROM docker.io/library/alpine:3.19.1
|
||||
FROM docker.io/library/alpine:3.19
|
||||
|
||||
COPY --from=build /cache /
|
||||
|
||||
|
@ -15,15 +15,19 @@
|
||||
"automerge": true,
|
||||
"matchBaseBranches": [ "master" ],
|
||||
"matchManagers": [ "dockerfile" ],
|
||||
"matchUpdateTypes": [ "patch" ]
|
||||
"matchUpdateTypes": [ "minor", "patch" ]
|
||||
},
|
||||
{
|
||||
"addLabels": [ "renovate/dcmerge", "renovate/automerge" ],
|
||||
"automerge": false,
|
||||
"matchPackageNames": [ "dcmerge" ],
|
||||
"matchManagers": [ "regex" ]
|
||||
"description": "Automatically update minor and patch versions of go modules",
|
||||
"addLabels": [ "renovate/gomod", "renovate/automerge" ],
|
||||
"automerge": true,
|
||||
"matchManagers": [ "gomod" ],
|
||||
"matchUpdateTypes": [ "minor", "patch" ]
|
||||
}
|
||||
],
|
||||
"postUpdateOptions": [
|
||||
"gomodTidy"
|
||||
],
|
||||
"rebaseLabel": "renovate/rebase",
|
||||
"rebaseWhen": "behind-base-branch"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user