Skip to content

Commit 207af29

Browse files
committed
add explicit pip dependabot cycle for docs
1 parent 049fb9a commit 207af29

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ updates:
99
patches:
1010
update-types:
1111
- "patch"
12+
- package-ecosystem: pip
13+
directory: "docs/"
14+
schedule:
15+
interval: "daily"
16+
open-pull-requests-limit: 10
17+
groups:
18+
patches:
19+
update-types:
20+
- "patch"
1221
- package-ecosystem: "github-actions"
1322
directory: "/"
1423
schedule:

0 commit comments

Comments
 (0)