Skip to content

Commit

Permalink
fix: update DepBot setting
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Yuan <[email protected]>
  • Loading branch information
SamYuan1990 committed Nov 8, 2024
1 parent bef63e7 commit ecfdbaa
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,27 @@ updates:
- package-ecosystem: pip
directory: /
schedule:
interval: daily
day: monday
interval: weekly
groups:
github-actions:
patterns:
- "*"
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
day: monday
interval: weekly
groups:
github-actions:
patterns:
- "*"
- package-ecosystem: docker
directory: /
schedule:
interval: daily
day: monday
interval: weekly
groups:
github-actions:
patterns:
- "*"

0 comments on commit ecfdbaa

Please sign in to comment.