Skip to content

Commit

Permalink
chore(dependabot): grouped dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Pham <[email protected]>
  • Loading branch information
aarnphm committed Oct 14, 2024
1 parent 2c0c1c0 commit 4257045
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
directory: '/'
schedule:
interval: "weekly"
day: "monday"
time: "09:00"
interval: 'weekly'
day: 'monday'
time: '09:00'
groups:
actions-dependencies:
applies-to: 'version-updates'
patterns:
- '*'
- package-ecosystem: pip
directory: "/"
directory: '/'
schedule:
interval: "weekly"
interval: 'weekly'
open-pull-requests-limit: 5
groups:
production-dependencies:
applies-to: 'version-updates'
patterns:
- '*'

0 comments on commit 4257045

Please sign in to comment.