Skip to content

Commit

Permalink
fix: dependabot grouping to fix docusaurus updates
Browse files Browse the repository at this point in the history
Signed-off-by: Terry Howe <[email protected]>
  • Loading branch information
TerryHowe committed Dec 6, 2024
1 parent 84dbe69 commit b12da1c
Show file tree
Hide file tree
Showing 3 changed files with 10,290 additions and 7,289 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"]
Loading

0 comments on commit b12da1c

Please sign in to comment.