Skip to content

Commit 4399f39

Browse files
Merge pull request #3395 from shajmakh/rmp-auto-bump-preference
infra: configure mintmaker to automerge RPM security updates
2 parents de6d3a8 + 1ab78c8 commit 4399f39

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

renovate.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,17 @@
1414
"platformAutomerge": true,
1515
"schedule": [
1616
"at any time"
17-
]
17+
],
18+
"postUpgradeTasks": {
19+
"commands": ["rpm-lockfile-prototype rpms.in.yaml"],
20+
"fileFilters": ["rpms.lock.yaml"]
21+
}
1822
},
1923
"gomod": {
2024
"enabled": false
2125
},
2226
"pruneBranchAfterAutomerge": true,
27+
"rpmVulnerabilityAutomerge": "ALL",
2328
"tekton": {
2429
"enabled": true,
2530
"fileMatch": [
@@ -66,5 +71,12 @@
6671
"additionalBranchPrefix": "cnf-tests/submodules-"
6772
}
6873
]
69-
}
74+
},
75+
"packageRules": [
76+
{
77+
"matchManagers": ["rpm", "dockerfile"],
78+
"groupName": "RPM and container image updates",
79+
"schedule": ["before 3am on Monday"]
80+
}
81+
]
7082
}

0 commit comments

Comments
 (0)