From ef7a952666e7d022e1612f32c4e56473bffd8e2d Mon Sep 17 00:00:00 2001 From: Corey Taylor Date: Thu, 21 Apr 2022 08:08:54 -0500 Subject: [PATCH] Update dependabot config --- .github/dependabot.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c630ffa6..6647c428 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,5 +3,10 @@ updates: - package-ecosystem: composer directory: "/" schedule: - interval: daily + interval: weekly + open-pull-requests-limit: 10 +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly open-pull-requests-limit: 10