From 7f894e485fa60b90733ebc02683915d727197158 Mon Sep 17 00:00:00 2001 From: Mark Swatosh Date: Fri, 17 Nov 2023 13:49:22 -0600 Subject: [PATCH] Adding docker dependabot --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c5f0e16..dbb098d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,9 @@ updates: directory: / schedule: interval: daily + + - package-ecosystem: docker + directory: /postgres + schedule: + interval: daily +