chore: update dependencies weekly

We release a schedule build each Monday so lets update dependencies every Friday.
This commit is contained in:
Muhammad Atif Ali 2024-01-17 16:54:44 +03:00 committed by GitHub
parent c35ef22abf
commit da85acf88a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 2 deletions

View File

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