Skip to content

Commit

Permalink
ci(dependabot): limit allowed dependency-type
Browse files Browse the repository at this point in the history
Add allow section with "direct" dependency-type
setting to limit the level of dependencies
considered for updates to only the ones listed
in the project's pyproject.toml file.
  • Loading branch information
koeaw committed Oct 9, 2024
1 parent a252503 commit 2cb3754
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 @@ -20,6 +20,10 @@ updates:
commit-message:
prefix: "build"
include: "scope"
allow:
# limit updates to direct dependencies, so dependencies of direct
# dependencies (like APIS Core) aren't included
- dependency-type: "direct"
groups:
apis-dependencies:
patterns:
Expand Down

0 comments on commit 2cb3754

Please sign in to comment.