From 88fdc086d9521cdab107c97630ba804b9b29f343 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Fri, 29 Dec 2023 14:17:22 -0600 Subject: [PATCH] Schedule Dependabot weekly --- .github/dependabot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 88d861d..0fec246 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -4,7 +4,7 @@ "directory": "/", "package-ecosystem": "github-actions", "schedule": { - "interval": "daily" + "interval": "weekly" } } ],