From 3236b06bf2252475c9c2ae325e3a49ed82debb11 Mon Sep 17 00:00:00 2001 From: Matthew Pope <81593196+popematt@users.noreply.github.com> Date: Wed, 28 Feb 2024 13:24:13 -0800 Subject: [PATCH] Update dependabot.yml (#757) --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ca79ca5b4d..9add4dac83 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,12 @@ updates: directory: / schedule: interval: weekly + # Only one PR at a time + open-pull-requests-limit: 1 + # Group all updates together in one PR + # https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups + groups: + # The name of the group, it will be used in PR titles and branch + github-action-dependencies: + patterns: + - '*'