Skip to content

Commit a06e1d0

Browse files
committedFeb 12, 2024·
refactor: adjust indentation
1 parent 0e8c348 commit a06e1d0

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed
 

‎.github/dependabot.yml

+22-22
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
version: 2
22
updates:
3-
- package-ecosystem: npm
4-
directory: "/"
5-
schedule:
6-
interval: daily
7-
time: "07:00"
8-
timezone: Australia/Sydney
9-
open-pull-requests-limit: 10
10-
reviewers:
11-
- omjadas
12-
groups:
13-
typescript-eslint:
14-
patterns:
15-
- "@typescript-eslint/*"
16-
- package-ecosystem: github-actions
17-
directory: "/"
18-
schedule:
19-
interval: daily
20-
time: "07:00"
21-
timezone: Australia/Sydney
22-
open-pull-requests-limit: 10
23-
reviewers:
24-
- omjadas
3+
- package-ecosystem: npm
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
time: "07:00"
8+
timezone: Australia/Sydney
9+
open-pull-requests-limit: 10
10+
reviewers:
11+
- omjadas
12+
groups:
13+
typescript-eslint:
14+
patterns:
15+
- "@typescript-eslint/*"
16+
- package-ecosystem: github-actions
17+
directory: "/"
18+
schedule:
19+
interval: daily
20+
time: "07:00"
21+
timezone: Australia/Sydney
22+
open-pull-requests-limit: 10
23+
reviewers:
24+
- omjadas

0 commit comments

Comments
 (0)
Please sign in to comment.