From fdf2912601b3009f7abd335882f47c46deb3f6d2 Mon Sep 17 00:00:00 2001 From: Yong Date: Thu, 15 Jan 2026 14:53:16 -0600 Subject: [PATCH 1/2] Update renovate to include docker file with suffix --- .github/renovate.json5 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 8185bf5e7f..f07e10f3e7 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -40,6 +40,13 @@ "fileMatch": ["(^|/)([\\w-]*)requirements.*\\.txt$"], }, + docker: { + fileMatch: [ + "(^|/)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. From 319ce98d50f93833c9dc2ae763f7d18c517f3951 Mon Sep 17 00:00:00 2001 From: Yong Date: Thu, 15 Jan 2026 16:29:41 -0600 Subject: [PATCH 2/2] Update renovate to include docker file with suffix --- .github/renovate.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index f07e10f3e7..9a9eed8e19 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -43,6 +43,7 @@ docker: { fileMatch: [ "(^|/)Dockerfile$", + "(^|/)Dockerfile\\.[^/]*$", "(^|/)Dockerfile-[^/]*$" ] },