Skip to content

Commit

Permalink
chore: update dependencies weekly (#260)
Browse files Browse the repository at this point in the history
Co-authored-by: Cian Johnston <[email protected]>
  • Loading branch information
matifali and johnstcn authored Jan 24, 2024
1 parent 9698050 commit 9eb2922
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
- "*"

0 comments on commit 9eb2922

Please sign in to comment.