We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de6d3a8 + 1ab78c8 commit 4399f39Copy full SHA for 4399f39
renovate.json
@@ -14,12 +14,17 @@
14
"platformAutomerge": true,
15
"schedule": [
16
"at any time"
17
- ]
+ ],
18
+ "postUpgradeTasks": {
19
+ "commands": ["rpm-lockfile-prototype rpms.in.yaml"],
20
+ "fileFilters": ["rpms.lock.yaml"]
21
+ }
22
},
23
"gomod": {
24
"enabled": false
25
26
"pruneBranchAfterAutomerge": true,
27
+ "rpmVulnerabilityAutomerge": "ALL",
28
"tekton": {
29
"enabled": true,
30
"fileMatch": [
@@ -66,5 +71,12 @@
66
71
"additionalBranchPrefix": "cnf-tests/submodules-"
67
72
}
68
73
]
69
- }
74
+ },
75
+ "packageRules": [
76
+ {
77
+ "matchManagers": ["rpm", "dockerfile"],
78
+ "groupName": "RPM and container image updates",
79
+ "schedule": ["before 3am on Monday"]
80
81
+ ]
70
82
0 commit comments