diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d60f0707..ca301e25 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,6 +2,15 @@ version: 2 updates: - package-ecosystem: "github-actions" + groups: + # Group all GitHub Actions PRs into a single PR: + all-github-actions: + patterns: + - "*" directory: "/" # Location of package manifests schedule: interval: "monthly" + open-pull-requests-limit: 100 + labels: + - "dependencies" + - "github-actions"