Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 4 additions & 12 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
"customManagers:githubActionsVersions",
"github>Turbo87/renovate-config//rust/updateToolchain",
],
"dockerfile": {
// This has been causing various issues, unfortunately.
enabled: false,
},
packageRules: [
{
matchCategories: ["rust"],
Expand Down Expand Up @@ -65,17 +69,5 @@
matchDepNames: ["aws-ip-ranges", "github-meta"],
automerge: true,
},
{
matchUpdateTypes: ["digest"],
enabled: false,
},
{
// This is causing weird "Cannot find replaceString in current file content" errors,
// so we disable it for now.
matchFileNames: ["frontend.Dockerfile"],
matchDatasources: ["docker"],
matchUpdateTypes: ["pinDigest"],
enabled: false
},
],
}
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ x-backend: &backend

services:
postgres:
image: postgres:16@sha256:1bf73ccae25238fa555100080042f0b2f9be08eb757e200fe6afc1fc413a1b3c
image: postgres:16@sha256:46aa2ee5d664b275f05d1a963b30fff60fb422b4b594d509765c42db46d48881
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: password
Expand Down