-
Notifications
You must be signed in to change notification settings - Fork 270
/
renovate.json
45 lines (45 loc) · 1.31 KB
/
renovate.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:best-practices",
"customManagers:dockerfileVersions",
"schedule:earlyMondays"
],
"ignorePaths": [
"**/build-docker-generic/**",
"**/build-s2i-executable/**",
"**/build-s2i-gows/**",
"**/build-s2i-jekyll/**",
"**/build-s2i-liberty/**",
"**/cert-manager-configs/**",
"**/deprecated/**",
"**/github-runner-ubi8/**",
"**/gitlab-ce/**",
"**/gogs/**",
"**/hoverfly/**",
"**/hygieia/**",
"**/jenkins-agents/jenkins-agent-arachni/**",
"**/jenkins-agents/jenkins-agent-zap/**",
"**/jenkins-masters/**",
"**/mongodb/**",
"**/ocp4-logging/**",
"**/rabbitmq/**",
"**/s2i-mvn-gradle/**",
"**/sonarqube/**",
"**/tower-ocp-custom/**",
"**/ubi7-gitlab-runner/**",
"**/zalenium/**"
],
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"^.+\\/VERSION$",
"_test/kind/setup.sh"
],
"matchStrings": [
"# renovate: datasource=(?<datasource>[a-z-.]+?) depName=(?<depName>[^\\s]+?)(?: (?:lookupName|packageName)=(?<packageName>[^\\s]+?))?(?: versioning=(?<versioning>[^\\s]+?))?(?: extractVersion=(?<extractVersion>[^\\s]+?))?\\s+[A-Za-z0-9_]+?_VERSION=(?<currentValue>.+?)?\\s"
]
}
]
}