From 079d895ebffeb62cf51cb11144b17fd481292510 Mon Sep 17 00:00:00 2001 From: Spencer Gilbert Date: Thu, 15 Jun 2023 15:55:48 -0400 Subject: [PATCH] chore: Add docker config to dependabot (#17696) --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 102567ca0e6a5..8b1f14d85576a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,6 +10,16 @@ updates: commit-message: prefix: "chore(deps)" open-pull-requests-limit: 100 + - package-ecosystem: "docker" + directory: "/distribution/docker/" + schedule: + interval: "daily" + time: "04:00" # UTC + labels: + - "domain: deps" + commit-message: + prefix: "chore(deps)" + open-pull-requests-limit: 100 - package-ecosystem: "github-actions" directory: "/" schedule: