-
-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathrenovate.json5
38 lines (38 loc) · 1.07 KB
/
renovate.json5
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
{
extends: [
'github>suzuki-shunsuke/renovate-config#3.1.0',
'github>suzuki-shunsuke/renovate-config:nolimit#3.1.0',
'github>aquaproj/aqua-renovate-config#2.7.4',
'github>aquaproj/aqua-renovate-config:file#2.7.4(tests/aqua.*\\.yaml)',
'github>aquaproj/aqua-renovate-config:file#2.7.4(aqua/imports/.*\\.ya?ml)',
'github>aquaproj/aqua-renovate-config:installer-script#2.7.4(Dockerfile-prebuilt)',
],
ignorePaths: [
'tests/update/**',
'tests/insert/**',
],
customManagers: [
{
customType: 'regex',
fileMatch: [
'.*\\.go',
],
depNameTemplate: 'aquaproj/aqua-proxy',
datasourceTemplate: 'github-releases',
matchStrings: [
'"(?<currentValue>.*)" // renovate: depName=aquaproj/aqua-proxy',
],
},
{
customType: 'regex',
fileMatch: [
'.*\\.go',
],
depNameTemplate: 'aquaproj/aqua-registry',
datasourceTemplate: 'github-releases',
matchStrings: [
'"(?<currentValue>.*)",? // renovate: depName=aquaproj/aqua-registry',
],
},
],
}