Skip to content

Commit

Permalink
FIX: Dependabot doesn't support aliases (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
akasprzok committed Feb 23, 2024
1 parent 8a582d9 commit 4ecfcf1
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ updates:
# Updates Elixir dependencies
- package-ecosystem: mix
directory: server/
# Checks every Monday morning at 5am Pacific.
schedule: &weekly_schedule
schedule:
interval: weekly
day: monday
time: 05:00
Expand All @@ -17,10 +16,18 @@ updates:
# Updates GHA dependencies
- package-ecosystem: github-actions
directory: /
schedule: *weekly_schedule
schedule:
interval: weekly
day: monday
time: 05:00
timezone: America/Los_Angeles
open-pull-requests-limit: 3
# Updates JavaScript dependencies
- package-ecosystem: npm
directory: /ui
schedule: *weekly_schedule
schedule:
interval: weekly
day: monday
time: 05:00
timezone: America/Los_Angeles
open-pull-requests-limit: 3

0 comments on commit 4ecfcf1

Please sign in to comment.