From f3082869996b5df5f5bdb1e77014a7942acc4761 Mon Sep 17 00:00:00 2001 From: Martin Hutchinson Date: Wed, 5 Jun 2024 15:00:12 +0100 Subject: [PATCH] Update dependabot weekly instead of daily --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8ca11d6..d297bc7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,7 +7,7 @@ updates: patterns: - "*" schedule: - interval: daily + interval: weekly commit-message: prefix: ":seedling:" include: "scope" @@ -19,7 +19,7 @@ updates: patterns: - "*" schedule: - interval: daily + interval: weekly commit-message: prefix: ":seedling:" include: "scope"