From 676d6334cd3bb095b4a7abee577b99bbe059c2f4 Mon Sep 17 00:00:00 2001 From: pml68 Date: Sun, 13 Apr 2025 11:53:16 +0200 Subject: ci: set dependabot interval to monthly --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/dependabot.yml') diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5cad797..b7e295a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ updates: - package-ecosystem: cargo directory: "/" schedule: - interval: daily + interval: monthly time: "20:00" open-pull-requests-limit: 10 reviewers: -- cgit v1.2.3