From 5ea2b6cafd2c0c14425475f2afcb18293900af3c Mon Sep 17 00:00:00 2001 From: Viet Nguyen Duc Date: Sun, 12 Nov 2023 04:05:05 +0700 Subject: [PATCH] Update dependabot.yml Signed-off-by: Viet Nguyen Duc --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1230149..04ceb6e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,6 @@ version: 2 updates: - - package-ecosystem: "github-actions" + - package-ecosystem: "maven" directory: "/" schedule: - interval: "daily" + interval: "weekly"