Skip to content

Commit fc87fb5

Browse files
authored
fix: dependabot formatting (#39)
1 parent 9ad3025 commit fc87fb5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
version: 2
55
updates:
66
# Enable version updates for npm
7-
- package-ecosystem: "npm"
7+
- package-ecosystem: 'npm'
88
# Look for `package.json` and `lock` files in the `root` directory
9-
directory: "/"
9+
directory: '/'
1010
# Check the npm registry for updates every day (weekdays)
1111
schedule:
12-
interval: "daily"
12+
interval: 'daily'
1313
target-branch: dev
1414

1515
# Enable version updates for GitHub Actions

0 commit comments

Comments
 (0)