File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
3
"extends" : [
4
- " config:recommended" ,
5
- " regexManagers:dockerfileVersions"
4
+ " :dependencyDashboard" ,
5
+ " :semanticPrefixFixDepsChoreOthers" ,
6
+ " :ignoreModulesAndTests" ,
7
+ " replacements:all" ,
8
+ " workarounds:all"
9
+ ],
10
+ "customManagers" : [
11
+ {
12
+ "customType" : " regex" ,
13
+ "fileMatch" : [
14
+ " (^|/|\\ .)([Dd]ocker|[Cc]ontainer|Make)file$" ,
15
+ " (^|/)([Dd]ocker|[Cc]ontainer|Make)file[^/]*$"
16
+ ],
17
+ "matchStrings" : [
18
+ " # renovate: datasource=(?<datasource>[a-z-.]+?) depName=(?<depName>[^\\ s]+?)(?: (lookupName|packageName)=(?<packageName>[^\\ s]+?))?(?: versioning=(?<versioning>[^\\ s]+?))?(?: extractVersion=(?<extractVersion>[^\\ s]+?))?(?: registryUrl=(?<registryUrl>[^\\ s]+?))?\\ s(?:ENV|ARG) .+?_VERSION[ =]\" ?(?<currentValue>.+?)\" ?\\ s"
19
+ ]
20
+ }
6
21
]
7
22
}
8
-
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ RUN apk add --no-cache git
17
17
18
18
WORKDIR /go/src/github.com/docker/machine
19
19
20
+ # renovate: datasource=gitlab-tags depName=gitlab-org/ci-cd/docker-machine versioning=semver
20
21
ARG DOCKER_MACHINE_VERSION=v0.16.2-gitlab.21
21
22
22
23
RUN git clone --branch=${DOCKER_MACHINE_VERSION} https://gitlab.com/gitlab-org/ci-cd/docker-machine .
You can’t perform that action at this time.
0 commit comments