Skip to content

Commit 418dc6c

Browse files
Merge pull request #3340 from openshift/konflux/mintmaker/migrate-config
chore(config): migrate renovate config
2 parents 68981c8 + 96da6e3 commit 418dc6c

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

renovate.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161
"autoApprove": true,
6262
"automerge": true,
6363
"enabled": true,
64-
"fileMatch": [
65-
"\\.yaml$",
66-
"\\.yml$"
64+
"managerFilePatterns": [
65+
"/\\.yaml$/",
66+
"/\\.yml$/"
6767
],
6868
"includePaths": [
6969
".tekton/**"
@@ -115,7 +115,9 @@
115115
"groupName": "RPM updates",
116116
"commitMessageAction": "",
117117
"commitMessageTopic": "RPM updates",
118-
"matchManagers": ["rpm"]
118+
"matchManagers": [
119+
"rpm"
120+
]
119121
}
120122
],
121123
"additionalBranchPrefix": "{{baseBranch}}/",
@@ -274,6 +276,8 @@
274276
"branchPrefix": "konflux/mintmaker/"
275277
},
276278
"forkProcessing": "enabled",
277-
"allowedPostUpgradeCommands": ["^rpm-lockfile-prototype rpms.in.yaml$"],
279+
"allowedCommands": [
280+
"^rpm-lockfile-prototype rpms.in.yaml$"
281+
],
278282
"dependencyDashboard": false
279283
}

0 commit comments

Comments
 (0)