-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrenovate.json
More file actions
17 lines (17 loc) · 660 Bytes
/
renovate.json
File metadata and controls
17 lines (17 loc) · 660 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", "docker:disableMajor"],
"automerge": true,
"automergeSchedule": ["at any time"],
"timezone": "America/Los_Angeles",
"vulnerabilityAlerts": {
"labels": ["security"]
},
"regexManagers": [
{
"description": "Allow updating software versions in Dockerfiles",
"fileMatch": ["distribution/docker/alpine.Dockerfile", "distribution/docker/debian.Dockerfile"],
"matchStrings": ["datasource=(?<datasource>.*?) name=(?<depName>.*?)\\sENV \\w+_VERSION=\"(?<currentValue>.*)\""]
}
]
}