Skip to content

Commit dada7e6

Browse files
authored
ci: use double quote in yml
Signed-off-by: Ryan Chang <ryancyq@gmail.com>
1 parent f422d12 commit dada7e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ updates:
55
schedule:
66
interval: "weekly"
77
ignore:
8-
- dependency-name: '*'
9-
update-types: ['version-update:semver-patch']
8+
- dependency-name: "*"
9+
update-types: ["version-update:semver-patch"]
1010
- package-ecosystem: "github-actions"
1111
directory: "/"
1212
schedule:

0 commit comments

Comments
 (0)