Skip to content

Commit

Permalink
Added pip as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jwngr committed Sep 6, 2024
1 parent 94f069a commit 6af80e8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
version: 2
updates:
- package-ecosystem: 'npm'
directories:
- '/website'
directory: '/website'
schedule:
interval: 'monthly'
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "monthly"

0 comments on commit 6af80e8

Please sign in to comment.