From f6642a5c6f825a84ace1875fe4d2569d2405fc6d Mon Sep 17 00:00:00 2001 From: Adrienne Stilp Date: Wed, 28 Feb 2024 09:39:33 -0800 Subject: [PATCH] Go back to original dependabot file Grouped updates are not working well, because they don't run CI before combining. Go back to the original dependabot settings. --- .github/dependabot.yml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d0ab4b37..055a0096 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,16 +14,10 @@ updates: directory: "/" # Check for updates to GitHub Actions every weekday schedule: - interval: "daily" + interval: "weekly" + day: "sunday" allow: - - dependency-type: "direct" - # Allow up to 10 dependencies for pip dependencies + # Allow both direct and indirect updates for all packages + - dependency-type: "all" + # Allow up to 20 dependencies for pip dependencies open-pull-requests-limit: 20 - - groups: - minor-patch: - update-types: - - "minor" - - "patch" - patterns: - - "*"