Skip to content

Commit 9400d89

Browse files
chore(ci): correct formatting in Dependabot config
1 parent 247323c commit 9400d89

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
@@ -8,7 +8,7 @@ updates:
88
gha:
99
patterns:
1010
- "*"
11-
- package-ecosystem: "npm"
11+
- package-ecosystem: "npm"
1212
directory: "."
1313
schedule:
1414
interval: "monthly"
@@ -17,7 +17,7 @@ updates:
1717
npm:
1818
patterns:
1919
- "*"
20-
- package-ecosystem: "pip"
20+
- package-ecosystem: "pip"
2121
directory: "."
2222
schedule:
2323
interval: "monthly"

0 commit comments

Comments
 (0)