From 3412aae40948e0857f403883201eba90284a5eea Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch Date: Sat, 23 Nov 2024 06:11:56 +0700 Subject: [PATCH] chore(config): set dependabot to monthly checks 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