Skip to content

Commit eb7502e

Browse files
Merge pull request #9350 from mr-raj12/ci-expand-dependabot-pip
ci: expand Dependabot config to monitor pip dependencies, fixes #9349
2 parents 6f49bfd + 7189954 commit eb7502e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,11 @@ updates:
88
actions:
99
patterns:
1010
- "*"
11+
- package-ecosystem: "pip"
12+
directory: "/requirements.d"
13+
schedule:
14+
interval: "weekly"
15+
groups:
16+
pip-dependencies:
17+
patterns:
18+
- "*"

0 commit comments

Comments
 (0)