Skip to content

Commit 94b116a

Browse files
committed
Configure Dependabot for Python dependencies
With the introduction of Python-based integration tests, the Python dependencies of the project become more significant. Since we already have the Dependabot infrastructure in place for managing dependencies of the project's Go code and GitHub Actions workflows, it makes sense to do the same for the Python dependencies as well.
1 parent 96288c2 commit 94b116a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,9 @@ updates:
1616
interval: daily
1717
labels:
1818
- "topic: infrastructure"
19+
- package-ecosystem: pip
20+
directory: /
21+
schedule:
22+
interval: daily
23+
labels:
24+
- "topic: infrastructure"

0 commit comments

Comments
 (0)