Skip to content

Commit

Permalink
Configure pipeline-migration-tool run for tekton manager
Browse files Browse the repository at this point in the history
STONEBLD-2824

Executable script pipeline-migration-tool is available from the
Mintmaker image.
  • Loading branch information
tkdchen committed Jan 9, 2025
1 parent a157e02 commit 8c43a26
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions config/renovate/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,13 @@
],
"schedule": [
"after 5am on saturday"
]
],
"postUpgradeTasks": {
"commands": [
"pipeline-migration-tool --renovate-upgrades '{{{ toJSON upgrades }}}' --cache-dir /tmp/pmt-cache"
],
"executionMode": "branch"
}
},
"dockerfile": {
"enabled": true,
Expand Down Expand Up @@ -310,7 +316,8 @@
},
"forkProcessing": "enabled",
"allowedPostUpgradeCommands": [
"^rpm-lockfile-prototype rpms.in.yaml$"
"^rpm-lockfile-prototype rpms.in.yaml$",
"^pipeline-migration-tool .+"
],
"updateNotScheduled": false,
"dependencyDashboard": false
Expand Down

0 comments on commit 8c43a26

Please sign in to comment.