Skip to content

Commit 0f7168a

Browse files
authored
chore: fix dependabot configuration (#4313)
1 parent e3ebd58 commit 0f7168a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
updates:
33
- package-ecosystem: "pip"
44
directories:
5-
- "docs/"
5+
- "docs-legacy/"
66
- "scripts/init-realm"
77
- "acceptance-tests/"
88
- "global-images/**"
@@ -26,3 +26,7 @@ updates:
2626
gh-actions:
2727
patterns:
2828
- "*"
29+
- package-ecosystem: "npm"
30+
directory: "docs/"
31+
schedule:
32+
interval: "weekly"

0 commit comments

Comments
 (0)