Skip to content

Commit 21f62c1

Browse files
committed
Fix dependabot config syntax
1 parent c60f7aa commit 21f62c1

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
@@ -5,14 +5,14 @@ updates:
55
schedule:
66
interval: weekly
77
groups:
8-
actions-dependencies
8+
actions-dependencies:
99
patterns:
1010
- "*"
1111
- package-ecosystem: npm
1212
directory: /
1313
schedule:
1414
interval: weekly
1515
groups:
16-
npm-dependencies
16+
npm-dependencies:
1717
patterns:
1818
- "*"

0 commit comments

Comments
 (0)