Skip to content

Commit

Permalink
fix: add dev requirements to dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
mj0nez committed Jan 2, 2024
1 parent c2a0294 commit 3c442c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "daily"
- package-ecosystem: "pip" # See documentation for possible values
directory: "/dev_requirements/" # Location of package manifests
schedule:
interval: "weekly"
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
Expand Down

0 comments on commit 3c442c6

Please sign in to comment.