ci: enable Dependabot checks for Python
This commit is contained in:
parent
4e3e518936
commit
b01d6dd9cc
1 changed files with 8 additions and 0 deletions
8
.github/dependabot.yml
vendored
8
.github/dependabot.yml
vendored
|
@ -9,3 +9,11 @@ updates:
|
|||
labels:
|
||||
- "type/build"
|
||||
- "scope/dockerfile"
|
||||
|
||||
# Maintain Python dependencies (test suite)
|
||||
- package-ecosystem: "pip"
|
||||
directory: "/test/requirements"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
labels:
|
||||
- "type/ci"
|
||||
|
|
Loading…
Reference in a new issue