Skip to content

Commit

Permalink
dependabot: prioritize direct dependencies
Browse files Browse the repository at this point in the history
Given the threshold of 1 open PR at a time and slowish reaction to
getting PRs merged, let's prioritize direct dependencies and ensure
the most important ones are up-to-date.

Signed-off-by: Mikko Ylinen <[email protected]>
  • Loading branch information
mythi authored and Xynnn007 committed Apr 17, 2024
1 parent aab3278 commit 6f0f95f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ updates:
open-pull-requests-limit: 1
allow:
- dependency-type: direct
- dependency-type: indirect

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "weekly"

0 comments on commit 6f0f95f

Please sign in to comment.