chore: update dependencies weekly (#260)

Co-authored-by: Cian Johnston <cian@coder.com>
This commit is contained in:
Muhammad Atif Ali 2024-01-24 16:20:08 +03:00 committed by GitHub
parent 9698050752
commit 9eb2922c52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 2 deletions

View File

@ -3,11 +3,16 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
day: "friday"
time: "06:00"
timezone: "America/Chicago"
commit-message:
prefix: "chore"
groups:
github-actions:
patterns:
- "*"
ignore:
# These actions deliver the latest versions by updating the
# major release tag, so ignore minor/patch updates
@ -19,8 +24,13 @@ updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
day: "friday"
time: "06:00"
timezone: "America/Chicago"
commit-message:
prefix: "chore"
groups:
github-actions:
patterns:
- "*"