From e5a3b3685f488cf10b1e4885050d941c7c78bfd3 Mon Sep 17 00:00:00 2001 From: kumarabhirup Date: Sun, 22 Feb 2026 00:38:13 -0800 Subject: [PATCH] ci: add Docker base images to Dependabot schedule --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e5a410a3107..bfdac1a9c3f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -47,3 +47,19 @@ updates: - minor - patch open-pull-requests-limit: 5 + + # Docker base images (root Dockerfiles) + - package-ecosystem: docker + directory: / + schedule: + interval: weekly + cooldown: + default-days: 7 + groups: + docker-images: + patterns: + - "*" + update-types: + - minor + - patch + open-pull-requests-limit: 5