Skip to content

Commit

Permalink
Fix dependabot.yml missing quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcretu committed Feb 23, 2024
1 parent 4ecfcf1 commit b3d9cd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ updates:
schedule:
interval: weekly
day: monday
time: 05:00
time: "05:00"
timezone: America/Los_Angeles
# Will only open a maximum of 3 PRs
open-pull-requests-limit: 3
Expand All @@ -19,7 +19,7 @@ updates:
schedule:
interval: weekly
day: monday
time: 05:00
time: "05:00"
timezone: America/Los_Angeles
open-pull-requests-limit: 3
# Updates JavaScript dependencies
Expand All @@ -28,6 +28,6 @@ updates:
schedule:
interval: weekly
day: monday
time: 05:00
time: "05:00"
timezone: America/Los_Angeles
open-pull-requests-limit: 3

0 comments on commit b3d9cd1

Please sign in to comment.