Skip to content

Commit 24e7821

Browse files
committed
Update renovate configuration
- Replace fileMatch with managerFilePatterns - Add git-submodules section - Add 'at any time' schedule to several sections
1 parent f409769 commit 24e7821

File tree

1 file changed

+43
-9
lines changed

1 file changed

+43
-9
lines changed

renovate.json

Lines changed: 43 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,41 @@
66
{
77
"customType": "regex",
88
"datasourceTemplate": "docker",
9-
"fileMatch": [
10-
".*container_build_args\\.conf$"
9+
"managerFilePatterns": [
10+
"/.*container_build_args\\.conf$/"
1111
],
1212
"matchStrings": [
1313
"(?<depName>[\\w\\-\\.\\/]+):?(?<currentValue>[\\w\\-\\.]+)?@(?<currentDigest>sha256:[a-f0-9]+)"
1414
],
1515
"versioningTemplate": "docker"
1616
}
1717
],
18+
"git-submodules": {
19+
"enabled": true,
20+
"packageRules": [
21+
{
22+
"addLabels": [
23+
"approved",
24+
"lgtm"
25+
],
26+
"additionalBranchPrefix": "telco5g-konflux-",
27+
"autoApprove": true,
28+
"automerge": true,
29+
"matchFileNames": [
30+
"telco5g-konflux/**"
31+
],
32+
"schedule": [
33+
"at any time"
34+
]
35+
},
36+
{
37+
"additionalBranchPrefix": "telco5g-konflux-",
38+
"matchFileNames": [
39+
"telco5g-konflux/**"
40+
]
41+
}
42+
]
43+
},
1844
"gomod": {
1945
"enabled": false
2046
},
@@ -37,24 +63,32 @@
3763
"matchUpdateTypes": [
3864
"digest"
3965
],
40-
"platformAutomerge": true
66+
"platformAutomerge": true,
67+
"schedule": [
68+
"at any time"
69+
]
4170
},
4271
{
43-
"matchUpdateTypes": ["minor"],
44-
"enabled": false
72+
"enabled": false,
73+
"matchUpdateTypes": [
74+
"minor"
75+
]
4576
}
4677
],
4778
"prConcurrentLimit": 0,
4879
"pruneBranchAfterAutomerge": true,
4980
"tekton": {
5081
"enabled": true,
51-
"fileMatch": [
52-
"\\.yaml$",
53-
"\\.yml$"
54-
],
5582
"ignoreTests": false,
5683
"includePaths": [
5784
".tekton/**"
85+
],
86+
"managerFilePatterns": [
87+
"/\\.yaml$/",
88+
"/\\.yml$/"
89+
],
90+
"schedule": [
91+
"at any time"
5892
]
5993
}
6094
}

0 commit comments

Comments
 (0)