Skip to content

Commit f381948

Browse files
authored
Fix YAML indentation error in dependabot.yml (#1237)
1 parent d0badeb commit f381948

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ updates:
66
interval: "weekly"
77

88
- package-ecosystem: "pip"
9-
directory: "/"
10-
schedule:
9+
directory: "/"
10+
schedule:
1111
interval: "weekly"

0 commit comments

Comments
 (0)