Skip to content

Commit

Permalink
Update dependabot configuration
Browse files Browse the repository at this point in the history
Add another `pip` package ecosystem for the `src/` directory so the
`pipenv` configuration is seen and maintained by dependabot.
  • Loading branch information
mcdonnnj committed Feb 22, 2023
1 parent bfed4ed commit 6b5e8da
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 @@ -39,6 +39,11 @@ updates:
schedule:
interval: "weekly"

- package-ecosystem: "pip"
directory: "/src"
schedule:
interval: "weekly"

- package-ecosystem: "terraform"
directory: "/"
schedule:
Expand Down

0 comments on commit 6b5e8da

Please sign in to comment.