From 8dddd35314c4c0d76f402c543a341c4d2a0a03df Mon Sep 17 00:00:00 2001 From: Samuel Cattini-Schultz Date: Thu, 7 Nov 2024 21:52:16 +1100 Subject: [PATCH] Reduce dependabot frequency to weekly --- .github/dependabot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8461cc3..468aef1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,7 +13,7 @@ updates: - "/Difficalcy.Taiko.Tests" - "/Difficalcy.Tests" schedule: - interval: "daily" + interval: "weekly" groups: test-tools: applies-to: version-updates @@ -27,12 +27,12 @@ updates: - package-ecosystem: "pip" directory: "/docs" schedule: - interval: "daily" + interval: "weekly" - package-ecosystem: "docker" directory: "/" schedule: - interval: "daily" + interval: "weekly" - package-ecosystem: "github-actions" directory: "/.github/workflows" schedule: - interval: "daily" + interval: "weekly"