From 2bf96bdae034718f962dad4f822ef11b75d6d17e Mon Sep 17 00:00:00 2001 From: Gaurav Mishra Date: Fri, 20 Dec 2024 19:40:05 +0530 Subject: [PATCH] fix(dependabot): add missing required fields Signed-off-by: Gaurav Mishra --- .github/dependabot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b03df497ff..c5057bc40e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,6 +10,8 @@ updates: groups: composer: applies-to: security-updates + schedule: + interval: daily - package-ecosystem: "docker" directories: @@ -18,8 +20,10 @@ updates: groups: composer: applies-to: security-updates + schedule: + interval: daily - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: daily