Skip to content

Commit

Permalink
github: dependabot: check for updates to python packages
Browse files Browse the repository at this point in the history
Configure dependabot to check for updates to Python packages.

Signed-off-by: Henrik Brix Andersen <[email protected]>
  • Loading branch information
henrikbrixandersen committed Sep 27, 2024
1 parent 3ed4771 commit 39c5606
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ updates:
directory: /
schedule:
interval: daily
# Check for updates to Python packages
- package-ecosystem: pip
directory: /
schedule:
interval: daily

0 comments on commit 39c5606

Please sign in to comment.