Skip to content

Commit 87c35a3

Browse files
authored
Merge pull request #328 from fontivan/sskeard/renovate
Prevent tekton updates from auto merging
2 parents 81342f7 + 8e62013 commit 87c35a3

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

renovate.json

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@
4747
"prConcurrentLimit": 0,
4848
"pruneBranchAfterAutomerge": true,
4949
"tekton": {
50-
"autoApprove": true,
51-
"automerge": true,
5250
"enabled": true,
5351
"fileMatch": [
5452
"\\.yaml$",
@@ -57,18 +55,6 @@
5755
"ignoreTests": false,
5856
"includePaths": [
5957
".tekton/**"
60-
],
61-
"packageRules": [
62-
{
63-
"addLabels": [
64-
"approved",
65-
"lgtm"
66-
],
67-
"matchUpdateTypes": [
68-
"digest"
69-
]
70-
}
71-
],
72-
"platformAutomerge": true
58+
]
7359
}
7460
}

0 commit comments

Comments
 (0)