From 8a0b187e1f87844cac66f771f1bced1ad94314e5 Mon Sep 17 00:00:00 2001 From: Rajagopalan Ranganathan Date: Wed, 29 May 2024 14:28:11 +0100 Subject: [PATCH] Update dependabot.yml update dependabot to check daily --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c97a138..02a887c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,7 @@ updates: - package-ecosystem: "gomod" directory: "/" schedule: - interval: "monthly" + interval: "daily" labels: - "area/dependencies" groups: @@ -13,7 +13,7 @@ updates: - package-ecosystem: "docker" directory: "/" schedule: - interval: "monthly" + interval: "daily" labels: - "area/dependencies" groups: @@ -22,7 +22,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "monthly" + interval: "daily" groups: actions-version: patterns: ["*"]