From 2006a89f257bda313fb50d27e4facf00cd303b39 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Mon, 26 Feb 2024 12:07:41 +0100 Subject: [PATCH] weekly --> monthly I did weekly because GitHub Actions rarely get updated and then usually in a batch and the patterns approach means that only one GHA pull request can be open at a time. Co-authored-by: Hasan Ramezani --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index be006de9..0b84a243 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,4 +10,4 @@ updates: patterns: - "*" # Group all Actions updates into a single larger pull request schedule: - interval: weekly + interval: monthly