Skip to content

Commit

Permalink
Dependabot should update all dependencies (#486)
Browse files Browse the repository at this point in the history
* Dependabot should update all dependencies

* Both direct/indirect are wanted
  • Loading branch information
esev committed Jun 22, 2023
1 parent 7f34c92 commit 4d8fe42
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 @@ -8,6 +8,10 @@ updates:
schedule:
# Check for updates to Poetry dependencies every week
interval: "weekly"
allow:
# Allow both direct and indirect updates for all packages
- dependency-type: direct
- dependency-type: indirect

- package-ecosystem: "github-actions"
directory: "/"
Expand Down

0 comments on commit 4d8fe42

Please sign in to comment.