forked from sentry-kubernetes/charts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrenovate.json
More file actions
26 lines (26 loc) · 744 Bytes
/
Copy pathrenovate.json
File metadata and controls
26 lines (26 loc) · 744 Bytes
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
{
"extends": ["config:recommended", ":rebaseStalePrs", "docker:disable"],
"enabled": true,
"prConcurrentLimit": 30,
"enabledManagers": ["github-actions"],
"schedule": ["before 5am on Monday"],
"packageRules": [
{
"updateTypes": ["patch", "minor"],
"schedule": ["before 5am on Monday"]
},
{
"updateTypes": ["major"],
"schedule": ["before 5am on the first day of the month"]
}
],
"customManagers": [
{
"customType": "regex",
"fileMatch": ["^\\.github/workflows/lint-test\\.yaml$"],
"matchStrings": [
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( registryUrl=(?<registryUrl>.*?))?\\n.*?--version (?<currentValue>.*?) "
]
}
]
}