Skip to content

Commit 0bc512f

Browse files
kartbennashif
authored andcommitted
ci: github: update dependabot.yml to manage documentation dependencies
Added a new configuration for pip dependencies in the doc/ Groups all updates into one PR. Signed-off-by: Benjamin Cabé <[email protected]>
1 parent d161e29 commit 0bc512f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,15 @@ updates:
1111
actions-deps:
1212
patterns:
1313
- "*"
14+
15+
- package-ecosystem: "pip"
16+
directory: "/doc"
17+
schedule:
18+
interval: "weekly"
19+
commit-message:
20+
prefix: "ci: doc: "
21+
labels: []
22+
groups:
23+
doc-deps:
24+
patterns:
25+
- "*"

0 commit comments

Comments
 (0)