From 6a77b14638ca18d48f87d311a0de276d16f4156f Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch Date: Sat, 16 Nov 2024 07:14:20 +0700 Subject: [PATCH] chore(config): update dependabot to monthly runs Signed-off-by: Patrick Kollitsch --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1d2df50..1858f33 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ updates: - package-ecosystem: npm directory: / schedule: - interval: weekly + interval: monthly day: friday time: "18:00" timezone: Asia/Bangkok @@ -24,7 +24,7 @@ updates: - package-ecosystem: gomod directory: / schedule: - interval: weekly + interval: monthly day: friday time: "18:00" timezone: Asia/Bangkok @@ -42,7 +42,7 @@ updates: - package-ecosystem: github-actions directory: / schedule: - interval: weekly + interval: monthly day: friday time: "18:00" timezone: Asia/Bangkok