Skip to content

Commit f6d5764

Browse files
committed
fix: linting
1 parent 14d7891 commit f6d5764

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
version: 2
22

33
updates:
4-
- package-ecosystem: "github-actions"
5-
directory: "/"
4+
- package-ecosystem: 'github-actions'
5+
directory: '/'
66
schedule:
7-
interval: "monthly"
8-
- package-ecosystem: "npm"
9-
directory: "/"
7+
interval: 'monthly'
8+
- package-ecosystem: 'npm'
9+
directory: '/'
1010
schedule:
11-
interval: "monthly"
11+
interval: 'monthly'

0 commit comments

Comments
 (0)