Skip to content

Commit

Permalink
Add dependency grouping
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroFernandezLuces committed Aug 2, 2023
1 parent 2bf6850 commit bff044d
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,23 @@ updates:
ignore:
- dependency-name: "vtk"
- dependency-name: "grpcio"

groups:
general-dependencies:
patterns:
- "*"
exclude-patterns:
- "sphinx*"
- "pyvista*"
- "pytest*"
test-dependencies:
patterns:
-"pytest*"
doc-dependencies:
patterns:
-"sphinx*"
pyvista:
patterns:
-"pyvista*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit bff044d

Please sign in to comment.