Skip to content

Commit c581572

Browse files
authored
Merge pull request #205 from fontivan/sskeard/update-renovate-configuration
CNF-15329: Port final fixes from TALM
2 parents d039714 + a2ac3c8 commit c581572

File tree

1 file changed

+19
-12
lines changed

1 file changed

+19
-12
lines changed

renovate.json

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,34 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"automergeStrategy": "rebase",
4+
"automergeType": "pr",
35
"docker": {
6+
"autoApprove": true,
7+
"automerge": true,
8+
"enabled": true,
49
"fileMatch": [
5-
"\\.*Dockerfile$"
10+
"\\.*Dockerfile\\.*"
611
],
12+
"ignoreTests": false,
713
"includePaths": [
814
".konflux/"
9-
]
15+
],
16+
"platformAutomerge": true
1017
},
11-
"extends": [
12-
"https://github.com/konflux-ci/mintmaker/blob/main/config/renovate/renovate.json?raw=true"
13-
],
18+
"prConcurrentLimit": 0,
1419
"pruneBranchAfterAutomerge": true,
15-
"pruneStaleBranches": true,
16-
"branchPrefix": "konflux/mintmaker/",
17-
"additionalBranchPrefix": "{{baseBranch}}/",
1820
"tekton": {
21+
"autoApprove": true,
1922
"automerge": true,
20-
"automergeStrategy": "rebase",
21-
"automergeType": "pr",
2223
"enabled": true,
24+
"fileMatch": [
25+
"\\.yaml$",
26+
"\\.yml$"
27+
],
2328
"ignoreTests": false,
24-
"platformAutomerge": true,
25-
"schedule": ["at any time"]
29+
"includePaths": [
30+
".tekton/**"
31+
],
32+
"platformAutomerge": true
2633
}
2734
}

0 commit comments

Comments
 (0)