diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 245bc416..be75c3ab 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,3 @@ -# Basic `dependabot.yml` file with -# minimum configuration for three package managers - version: 2 updates: # Enable version updates for npm @@ -10,6 +7,12 @@ updates: # Check the npm registry for updates every day (weekdays) schedule: interval: "daily" + # Limit open PRs for this ecosystem to 1 and group all updates into one PR + open-pull-requests-limit: 1 + groups: + all-dependencies: + patterns: + - "*" # Enable version updates for GitHub Actions - package-ecosystem: "github-actions" @@ -18,3 +21,8 @@ updates: directory: "/" schedule: interval: "weekly" + open-pull-requests-limit: 1 + groups: + all-actions: + patterns: + - "*"