From a19a36139af21f862f3f2350fdaa6bd456d113cf Mon Sep 17 00:00:00 2001 From: Spencer Gilbert Date: Thu, 15 Jun 2023 13:36:36 -0400 Subject: [PATCH] chore: Add docker config to dependabot --- .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: