Skip to content

Commit

Permalink
Merge pull request #546 from SamYuan1990/updateDepBotSetting
Browse files Browse the repository at this point in the history
nit: update DepBot setting
  • Loading branch information
sthaha authored Nov 8, 2024
2 parents bef63e7 + ecfdbaa commit cf5d9e0
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 cf5d9e0

Please sign in to comment.