Skip to content

Commit 9145ee5

Browse files
authored
Constrain mysql-debug Renovate updates (#4512)
## Summary - keep the mysql-debug Dockerfile Renovate updates on the MySQL 8.0 series - document why the debug fixture should not be automatically moved across MySQL release series
1 parent 2140aa4 commit 9145ee5

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

renovate.json5

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,16 @@
3737
"matchFileNames": ["docker-compose.yml"],
3838
"enabled": false
3939
},
40+
// The mysql-debug image is a one-off DBUG test fixture, not MySQL compatibility coverage.
41+
// Keep it on the 8.0 series unless a dedicated migration updates the bake default,
42+
// image build action default, test image tag, and matching yum repo path together.
43+
{
44+
"matchManagers": ["dockerfile"],
45+
"matchPackageNames": ["mysql"],
46+
"matchFileNames": ["flow/e2e/test_data/mysql-debug/Dockerfile"],
47+
"allowedVersions": "/^8\\.0\\./",
48+
"automerge": false
49+
},
4050
// Disable updates on generated and dependencies without explicit versions in their life cycles.
4151
// Disabled updates means that Renovate will not proactively propose changes for these dependencies
4252
// but its reliance on go MVS might generate update PRs with updates on these if transitively required.

0 commit comments

Comments
 (0)