Skip to content

Commit

Permalink
chore: set db version upgrade range
Browse files Browse the repository at this point in the history
Signed-off-by: Chenxiong Qi <[email protected]>
  • Loading branch information
tkdchen committed Jul 15, 2024
1 parent c07e652 commit cb816bc
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,22 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:best-practices"
],
"docker-compose": {
"fileMatch": ["^container-compose\\.yaml$"]
},
"packageRules": [
{
"matchPackageNames": ["mariadb"],
"allowedVersions": "<11.5.0"
},
{
"matchPackageNames": ["mysql"],
"allowedVersions": "<8.5.0"
},
{
"matchPackageNames": ["postgres"],
"allowedVersions": "<16.4.0"
}
]
}

0 comments on commit cb816bc

Please sign in to comment.