Skip to content

Commit

Permalink
Update dependabot.yml (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyhau authored Oct 24, 2023
1 parent fd94424 commit 56fbaa1
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,23 @@ version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
groups:
all-dependencies:
patterns:
- "*"
schedule:
interval: weekly
time: "08:00"
timezone: Australia/Melbourne

- package-ecosystem: pip
directory: "/"
groups:
all-dependencies:
patterns:
- "*"
schedule:
interval: weekly
open-pull-requests-limit: 3
time: "09:00"
timezone: Australia/Melbourne
open-pull-requests-limit: 1

0 comments on commit 56fbaa1

Please sign in to comment.