Skip to content

Commit

Permalink
fix: dependabot grouping to fix docusaurus updates (#436)
Browse files Browse the repository at this point in the history
Hopefully this will resolve the dependabot docusaurus issues.

Signed-off-by: Terry Howe <[email protected]>
  • Loading branch information
TerryHowe authored Dec 7, 2024
1 parent 84dbe69 commit 9bad8b5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,21 @@ updates:
directory: "/"
schedule:
interval: "weekly"
groups:
docusaurs-version:
applies-to: version-updates
patterns:
- "@docusaurus*"
update-types:
- "minor"
- "patch"
docusaurs-security:
applies-to: security-updates
patterns:
- "@docusaurus*"
update-types:
- "minor"
- "patch"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]

0 comments on commit 9bad8b5

Please sign in to comment.