Skip to content

Commit

Permalink
Allow both direct and indirect Dependabot updates for all packages
Browse files Browse the repository at this point in the history
Follow-up to #315, #318
  • Loading branch information
spaze committed May 8, 2024
1 parent 8294231 commit ce8505b
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 ce8505b

Please sign in to comment.