Skip to content

Commit

Permalink
add PR grouping to dependabot (#6279)
Browse files Browse the repository at this point in the history
  • Loading branch information
jharrell authored Sep 23, 2024
1 parent 91b95f3 commit 130f1d8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "daily"
groups:
docusaurus:
patterns:
- "@docusaurus*"
deps:
dependency-type: "production"
exclude-patterns:
- "@docusaurus*"
dev-deps:
dependency-type: "development"
exclude-patterns:
- "@docusaurus*"


- package-ecosystem: "github-actions"
# Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.)
Expand Down

0 comments on commit 130f1d8

Please sign in to comment.