From 1dca758435f44ef607346c1af809e84a5cf5fa10 Mon Sep 17 00:00:00 2001 From: Trevor Arjeski Date: Mon, 1 Jul 2024 09:20:03 +0300 Subject: [PATCH] Update dependabot.yml to yearly updates --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 891fcc0..1e71af7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,4 +8,4 @@ updates: - package-ecosystem: "cargo" # See documentation for possible values directory: "/rust" # Location of package manifests schedule: - interval: "monthly" + interval: "yearly"