Skip to content

Commit

Permalink
Allow both direct and indirect Dependabot updates for all packages (#323
Browse files Browse the repository at this point in the history
)

Follow-up to
- #315
- #318
  • Loading branch information
spaze authored May 8, 2024
2 parents 8294231 + ce8505b commit 79a9c52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ updates:
vendor: true
schedule:
interval: "daily"
allow:
# Allow both direct and indirect updates for all packages
- dependency-type: "all"

0 comments on commit 79a9c52

Please sign in to comment.