Skip to content

Commit 9b67d45

Browse files
committed
style: unify dependabot.yml quoting
1 parent c5dd836 commit 9b67d45

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.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
updates:
3-
- package-ecosystem: github-actions
4-
directory: /
3+
- package-ecosystem: 'github-actions'
4+
directory: '/'
55
schedule:
6-
interval: daily
6+
interval: 'daily'
77

8-
- package-ecosystem: pip
9-
directory: /
8+
- package-ecosystem: 'pip'
9+
directory: '/'
1010
schedule:
11-
interval: daily
11+
interval: 'daily'

0 commit comments

Comments
 (0)