Skip to content

Commit

Permalink
Allow dependabot to upgrade Python dependencies (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Jan 25, 2021
1 parent 02733cd commit 90d2a4e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ updates:
schedule:
interval: daily
time: "06:00"
- package-ecosystem: "pip"
directory: "/glances"
schedule:
interval: daily
time: "06:00"

0 comments on commit 90d2a4e

Please sign in to comment.