From 17e8faa0fe1afde78dbef8eb2a26d7e4e171bea0 Mon Sep 17 00:00:00 2001 From: Mo Khan Date: Wed, 30 Mar 2022 13:55:19 -0400 Subject: [PATCH] Have dependabot keep the FIPS dockerfile updated --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 851381ff4..b67bf4f51 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,3 +12,8 @@ updates: directory: "/" schedule: interval: "daily" + + - package-ecosystem: "docker" + directory: "/hack" # this should keep the FIPS dockerfile updated per https://github.com/dependabot/feedback/issues/145#issuecomment-414738498 + schedule: + interval: "daily"