-
-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathrenovate.json5
More file actions
39 lines (39 loc) · 1.16 KB
/
renovate.json5
File metadata and controls
39 lines (39 loc) · 1.16 KB
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
{
extends: [
'github>suzuki-shunsuke/renovate-config#4.0.0',
'github>suzuki-shunsuke/renovate-config:nolimit#4.0.0',
'github>suzuki-shunsuke/renovate-config:go-directive#4.0.0',
'github>aquaproj/aqua-renovate-config#2.11.0',
'github>aquaproj/aqua-renovate-config:file#2.11.0(tests/aqua.*\\.yaml)',
'github>aquaproj/aqua-renovate-config:file#2.11.0(aqua/imports/.*\\.ya?ml)',
'github>aquaproj/aqua-renovate-config:installer-script#2.11.0(Dockerfile-prebuilt)',
],
ignorePaths: [
'tests/update/**',
'tests/insert/**',
],
customManagers: [
{
customType: 'regex',
managerFilePatterns: [
'/.*\\.go/',
],
depNameTemplate: 'aquaproj/aqua-proxy',
datasourceTemplate: 'github-releases',
matchStrings: [
'"(?<currentValue>.*)" // renovate: depName=aquaproj/aqua-proxy',
],
},
{
customType: 'regex',
managerFilePatterns: [
'/.*\\.go/',
],
depNameTemplate: 'aquaproj/aqua-registry',
datasourceTemplate: 'github-releases',
matchStrings: [
'"(?<currentValue>.*)",? // renovate: depName=aquaproj/aqua-registry',
],
},
],
}