We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 57fe6c5 + 9697ea1 commit f8ba7afCopy full SHA for f8ba7af
1 file changed
renovate.json
@@ -4,18 +4,28 @@
4
"automergeType": "pr",
5
"prConcurrentLimit": 0,
6
"pruneBranchAfterAutomerge": true,
7
+ "packageRules": [
8
+ {
9
+ "addLabels": [
10
+ "allow-automatic-merge"
11
+ ],
12
+ "matchFileNames": [
13
+ "**/rpms.lock.yaml"
14
+ ]
15
+ }
16
17
"tekton": {
- "autoApprove": true,
- "automerge": true,
- "enabled": true,
- "managerFilePatterns": [
- "/\\.yaml$/",
- "/\\.yml$/"
18
19
20
],
21
+ "enabled": true,
22
"ignoreTests": false,
23
"includePaths": [
24
".tekton/**"
25
- "platformAutomerge": true
26
+ "managerFilePatterns": [
27
+ "/\\.yaml$/",
28
+ "/\\.yml$/"
29
30
}
31
0 commit comments