From 748c67df8b56f90a9e77504bee73d0a356ad6377 Mon Sep 17 00:00:00 2001 From: Joe Chen Date: Fri, 20 Oct 2023 20:04:41 -0400 Subject: [PATCH] chore: slow down dep update to monthly [ci skip] --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 741ac8b85..b25491e8c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,7 @@ updates: - package-ecosystem: "gomod" directory: "/" schedule: - interval: "weekly" + interval: "monthly" reviewers: - "gogs/core" commit-message: