From e942d587ccd88da92b0b1e8f5adee136244b5254 Mon Sep 17 00:00:00 2001 From: Kenneth Jenkins <51246568+kenjenkins@users.noreply.github.com> Date: Mon, 18 Sep 2023 15:51:05 -0700 Subject: [PATCH] dependabot: also update release Dockerfiles --- .github/dependabot.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index cb503c8a2..6233bebf5 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -5,6 +5,11 @@ updates: schedule: interval: "monthly" open-pull-requests-limit: 50 + - package-ecosystem: "docker" + directory: "/.github/" + schedule: + interval: "monthly" + open-pull-requests-limit: 50 - package-ecosystem: "github-actions" directory: "/" schedule: