We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3ebd58 commit 0f7168aCopy full SHA for 0f7168a
1 file changed
.github/dependabot.yml
@@ -2,7 +2,7 @@ version: 2
2
updates:
3
- package-ecosystem: "pip"
4
directories:
5
- - "docs/"
+ - "docs-legacy/"
6
- "scripts/init-realm"
7
- "acceptance-tests/"
8
- "global-images/**"
@@ -26,3 +26,7 @@ updates:
26
gh-actions:
27
patterns:
28
- "*"
29
+ - package-ecosystem: "npm"
30
+ directory: "docs/"
31
+ schedule:
32
+ interval: "weekly"
0 commit comments