From 6a77b14638ca18d48f87d311a0de276d16f4156f Mon Sep 17 00:00:00 2001
From: Patrick Kollitsch <patrick@davids-neighbour.com>
Date: Fri, 29 Nov 2024 06:38:03 +0000
Subject: [PATCH] chore(config): update dependabot to monthly runs
---
.github/dependabot.yml | 6 +++---
1 files 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 @@
- package-ecosystem: npm
directory: /
schedule:
- interval: weekly
+ interval: monthly
day: friday
time: "18:00"
timezone: Asia/Bangkok
@@ -24,7 +24,7 @@
- package-ecosystem: gomod
directory: /
schedule:
- interval: weekly
+ interval: monthly
day: friday
time: "18:00"
timezone: Asia/Bangkok
@@ -42,7 +42,7 @@
- package-ecosystem: github-actions
directory: /
schedule:
- interval: weekly
+ interval: monthly
day: friday
time: "18:00"
timezone: Asia/Bangkok
--
Gitblit v1.10.0