Skip to content

Commit e3c27af

Browse files
style: use double quotes in dependabot config (#307)
1 parent 26ff4f1 commit e3c27af

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/dependabot.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
version: 2
22
updates:
3-
- package-ecosystem: 'npm'
4-
directory: '/'
3+
- package-ecosystem: "npm"
4+
directory: "/"
55
schedule:
6-
interval: 'weekly'
7-
day: 'thursday'
8-
time: '09:00'
9-
timezone: 'America/Los_Angeles'
6+
interval: "weekly"
7+
day: "thursday"
8+
time: "09:00"
9+
timezone: "America/Los_Angeles"
1010
ignore:
1111
# Base TS image (used for tsserver) must be update manually
1212
# when updating the default node.js runtime
13-
- dependency-name: '@tsconfig/*'
13+
- dependency-name: "@tsconfig/*"
1414
open-pull-requests-limit: 10
1515
groups:
1616
babel:
1717
patterns:
18-
- '@babel/*'
18+
- "@babel/*"
1919
utam:
2020
patterns:
21-
- '@utam/*'
22-
- 'utam'
23-
- 'wdio-utam-service'
21+
- "@utam/*"
22+
- "utam"
23+
- "wdio-utam-service"
2424
webdriverio:
2525
patterns:
26-
- '@wdio/*'
26+
- "@wdio/*"
2727

28-
- package-ecosystem: 'github-actions'
29-
directory: '/'
28+
- package-ecosystem: "github-actions"
29+
directory: "/"
3030
schedule:
31-
interval: 'weekly'
32-
day: 'thursday'
33-
time: '09:00'
34-
timezone: 'America/Los_Angeles'
31+
interval: "weekly"
32+
day: "thursday"
33+
time: "09:00"
34+
timezone: "America/Los_Angeles"

0 commit comments

Comments
 (0)