Skip to content

Commit 0d3c194

Browse files
authored
Correct Mintmaker's configuration for rpm lockfile (redhat-appstudio#3896)
The correct manager for the rpm lockfile in Mintmaker is rpm. Signed-off-by: Giulia Naponiello <[email protected]>
1 parent 7565fdc commit 0d3c194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/mintmaker/base/renovate-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ data:
1010
"requireConfig": "optional",
1111
"platformCommit": true,
1212
"autodiscover": false,
13-
"enabledManagers": ["tekton", "dockerfile", "lockFileMaintenance"],
13+
"enabledManagers": ["tekton", "dockerfile", "rpm"],
1414
"tekton": {
1515
"fileMatch": ["\\.yaml$","\\.yml$"],
1616
"includePaths": [".tekton/**"],

0 commit comments

Comments
 (0)