Skip to content

Commit

Permalink
chore: constrain postgres version to 15
Browse files Browse the repository at this point in the history
  • Loading branch information
corang committed Feb 8, 2024
1 parent 2195e73 commit 8266767
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@
"matchPackagePatterns": ["big-bang/.*"],
"matchDatasources": ["gitlab-tags"],
"allowedVersions": "!/^v.*$/"
},
{
"matchPackagePatterns": [ "docker.io/bitnami/postgresql" ],
"allowedVersions": "15"
}
]
}

0 comments on commit 8266767

Please sign in to comment.