Skip to content

Commit

Permalink
Ensure bundling of non-monorepo mkdocs releases (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob authored Apr 27, 2024
1 parent d62a118 commit cec50c3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion group.json5
Original file line number Diff line number Diff line change
Expand Up @@ -322,11 +322,14 @@
packageRules: [
{
groupName: "mkdocs",
description: "Group together coupled dependencies of mkdocs.",
description: "Group together coupled dependencies of mkdocs. They use semver, but require a specific minor version (mkdocs 1.6.0) in a patch release (mkdocs-material 9.5.19).",
matchPackageNames: [
"mkdocs",
"mkdocs-material",
],
separateMinorPatch: false,
separateMajorMinor: false,
separateMultipleMajor: false,
},
],
},
Expand Down

0 comments on commit cec50c3

Please sign in to comment.