From a380d30b20da2893b87cf0a7146e32c7a049fdc2 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Mon, 26 Jan 2026 09:01:27 -0800 Subject: [PATCH] extend dependabot period to monthly --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5ace4600a..8ac6b8c49 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,4 +3,4 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "monthly" -- 2.47.3