diff --git a/.github/renovate.json5 b/.github/renovate.json5 index e8ff5f96cc..8936a19e20 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -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"], @@ -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 - }, ], }