diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 8185bf5e7f..9a9eed8e19 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -40,6 +40,14 @@ "fileMatch": ["(^|/)([\\w-]*)requirements.*\\.txt$"], }, + docker: { + fileMatch: [ + "(^|/)Dockerfile$", + "(^|/)Dockerfile\\.[^/]*$", + "(^|/)Dockerfile-[^/]*$" + ] + }, + packageRules: [ // Check for updates, do not merge automatically. This rule does effectively nothing, but serves as a // reference for the kinds of managers used in Polaris.