blob: be47e3af21d297b9dea15a2f7eea441dc335a231 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"extends": [
"config:base"
],
"regexManagers": [
{
"fileMatch": ["^tools/build_test_env.sh$"],
"matchStrings": ["DEFAULT_GITLAB_TAG=(?<currentValue>.*?)\n"],
"depNameTemplate": "gitlab/gitlab-ce",
"datasourceTemplate": "docker",
"versioningTemplate": "loose"
}
],
"packageRules": [
{
"packagePatterns": ["^gitlab\/gitlab-.+$"],
"automerge": true
}
]
}
|