Skip to content

Commit 27169d4

Browse files
committed
Fix dependabot.yml indentation and quoting
Correct YAML list indentation and normalize string quoting in .github/dependabot.yml (use two-space list indent and single quotes). This ensures the updates entry for the devcontainers package-ecosystem is parsed correctly by Dependabot.
1 parent 87b16c2 commit 27169d4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
version: 2
88
updates:
9-
- package-ecosystem: "devcontainers"
10-
directory: "/"
11-
schedule:
12-
interval: weekly
9+
- package-ecosystem: 'devcontainers'
10+
directory: '/'
11+
schedule:
12+
interval: weekly

0 commit comments

Comments
 (0)