Skip to content

Commit bd456f1

Browse files
authored
Fix typo
1 parent 76670b4 commit bd456f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ updates:
44
- package-ecosystem: "bundler"
55
directory: "/"
66
schedule:
7-
interval: "daily" # Checks on Monday trough Friday.
7+
interval: "daily" # Checks on Monday through Friday.
88

99
# Maintain GitHub Action runners
1010
- package-ecosystem: "github-actions"
1111
directory: "/"
1212
schedule:
13-
interval: "daily" # Checks on Monday trough Friday.
13+
interval: "daily" # Checks on Monday through Friday.
1414

1515
# Set default reviewer and labels
1616
reviewers:

0 commit comments

Comments
 (0)