-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrenovate.json
21 lines (21 loc) · 913 Bytes
/
renovate.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"extends": [
"config:base"
],
"prHourlyLimit": 0,
"prConcurrentLimit": 0,
"branchConcurrentLimit": 0,
"regexManagers": [
{
"datasourceTemplate": "github-tags",
"fileMatch": [
"\\.?aqua\\.ya?ml"
],
"matchStrings": [
" +(?:ref|'ref'|\"ref\") *: +(?<currentDigest>[^'\" \\n]+) +# renovate:( +tag=(?<currentValue>[^'\" \\n]+))? +depName=(?<depName>(?<packageName>[^'\" .@/\\n]+/[^'\" @/\\n]+)(/[^'\" /@\\n]+)*)",
" +(?:ref|'ref'|\"ref\") *: +'(?<currentDigest>[^'\" \\n]+)' +# renovate:( +tag=(?<currentValue>[^'\" \\n]+))? +depName=(?<depName>(?<packageName>[^'\" .@/\\n]+/[^'\" @/\\n]+)(/[^'\" /@\\n]+)*)",
" +(?:ref|'ref'|\"ref\") *: +\"(?<currentDigest>[^'\" \\n]+)\" +# renovate:( +tag=(?<currentValue>[^'\" \\n]+))? +depName=(?<depName>(?<packageName>[^'\" .@/\\n]+/[^'\" @/\\n]+)(/[^'\" /@\\n]+)*)"
]
}
]
}