diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6e05719..b83c6c9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,5 +13,9 @@ updates: pull-request-branch-name: # Separate sections of the branch name with a hyphen for example, `dependabot-npm_and_yarn-next_js-acorn-6.4.1` separator: "-" - # Allow up to 5 open pull requests for GitHub Actions - open-pull-requests-limit: 5 + # Allow up to 1 open pull requests for GitHub Actions + open-pull-requests-limit: 1 + groups: + github-actions: + patterns: + - "*"