Skip to content

Commit c888ce0

Browse files
committed
Configure Dependabot to check for outdated Python dependencies
Dependabot will periodically check all Python dependencies of the project. If any are found to be outdated, it will submit a pull request to update them.
1 parent dc8b4fd commit c888ce0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,10 @@ updates:
1111
interval: daily
1212
labels:
1313
- "topic: infrastructure"
14+
15+
- package-ecosystem: pip
16+
directory: reportsizedeltas/tests
17+
schedule:
18+
interval: daily
19+
labels:
20+
- "topic: infrastructure"

0 commit comments

Comments
 (0)