Skip to content

Commit

Permalink
dependabot: group all deps together into a single PR (#342)
Browse files Browse the repository at this point in the history
* dependabot: group all deps together into a single PR

* Update .github/dependabot.yml

---------

Co-authored-by: Dilum Aluthge <[email protected]>
  • Loading branch information
IanButterworth and DilumAluthge authored Oct 26, 2024
1 parent a7a2ca9 commit 300a61c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,17 @@ updates:
schedule:
interval: 'monthly'
open-pull-requests-limit: 99

groups:
all-actions:
patterns:
- "*"

- package-ecosystem: 'pip'
directory: '/'
schedule:
interval: 'monthly'
open-pull-requests-limit: 99
groups:
all-pip-packages:
patterns:
- "*"

0 comments on commit 300a61c

Please sign in to comment.