Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kyhau authored Oct 24, 2023
1 parent fd94424 commit 2963a87
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .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: "/"
directory: "/_common"
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 2963a87

Please sign in to comment.