From 6d98845fee57b696f6c2c8191496105e5fc9058b Mon Sep 17 00:00:00 2001 From: Deepak Prabhakara Date: Mon, 19 Feb 2024 15:26:53 +0000 Subject: [PATCH] check for Dockerfile updates daily --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 36980b9..d0822ac 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,10 @@ updates: directory: '/' # Location of package manifests schedule: interval: 'daily' + - package-ecosystem: 'docker' + directory: '/' + schedule: + interval: 'daily' - package-ecosystem: 'github-actions' directory: '/' schedule: