diff options
author | Joe Chen <jc@unknwon.io> | 2023-10-20 20:04:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-20 20:04:41 -0400 |
commit | 748c67df8b56f90a9e77504bee73d0a356ad6377 (patch) | |
tree | 63bb5370d4a16706d3086f7207ab8d2b76d461b8 | |
parent | 2d9be6c06b6d6b573f692100d6007628b8d62655 (diff) |
chore: slow down dep update to monthly
[ci skip]
-rw-r--r-- | .github/dependabot.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 741ac8b8..b25491e8 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: |