Skip to content

Commit 1c240ed

Browse files
committed
Configure Dependabot for Python dependencies
Even though the project's current use of Python is insignificant, we already have the infrastructure in place and Dependabot has been very useful for the other dependencies, so it makes sense to use it for everything.
1 parent b9e8d90 commit 1c240ed

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)