Skip to content

Commit ad7823c

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 2d4b9ba commit ad7823c

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
@@ -17,3 +17,10 @@ updates:
1717
interval: daily
1818
labels:
1919
- "topic: infrastructure"
20+
21+
- package-ecosystem: pip
22+
directory: /
23+
schedule:
24+
interval: daily
25+
labels:
26+
- "topic: infrastructure"

0 commit comments

Comments
 (0)