Skip to content

Commit

Permalink
Change: Group Dependabot updates into single PR
Browse files Browse the repository at this point in the history
This groups multiple dependency updates into a single pull request when
they are submitted by Dependabot.

The ability to process dependency updates through a single pull request
reduces the workload for repository maintenance.

See
https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups
for details on this functionality.
  • Loading branch information
jjnicola committed Sep 19, 2023
1 parent ebe4044 commit a3560d7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,17 @@ updates:
schedule:
interval: weekly
time: "04:00"
groups:
python-packages:
patterns:
- "*"
open-pull-requests-limit: 10

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
github-actions:
patterns:
- "*"

0 comments on commit a3560d7

Please sign in to comment.