From da4c96f0c8429c5de862ed02d3b20722b60c3e1d Mon Sep 17 00:00:00 2001 From: StepSecurity Bot Date: Wed, 19 Jul 2023 15:55:23 +0000 Subject: [PATCH] [StepSecurity] Apply security best practices Signed-off-by: StepSecurity Bot --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 65bc72d44..eebdec2e7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -41,3 +41,8 @@ updates: # Check for updates once per day, Github defaults to random time every day. schedule: interval: "daily" + + - package-ecosystem: docker + directory: /docker + schedule: + interval: daily