mirror of https://github.com/zmkfirmware/zmk.git
chore: Config dependabot for grouped npm updates (#2614)
This commit is contained in:
parent
7248438ee4
commit
4082370215
|
|
@ -8,3 +8,50 @@ updates:
|
||||||
directory: "/docs"
|
directory: "/docs"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
|
groups:
|
||||||
|
docusaurus-major:
|
||||||
|
applies-to: "version-updates"
|
||||||
|
dependency-type: "production"
|
||||||
|
patterns:
|
||||||
|
- "@docusaurus/*"
|
||||||
|
update-types:
|
||||||
|
- "major"
|
||||||
|
docusaurus-minor-patch:
|
||||||
|
applies-to: "version-updates"
|
||||||
|
dependency-type: "production"
|
||||||
|
patterns:
|
||||||
|
- "@docusaurus/*"
|
||||||
|
update-types:
|
||||||
|
- "minor"
|
||||||
|
- "patch"
|
||||||
|
tree-sitter:
|
||||||
|
applies-to: "version-updates"
|
||||||
|
dependency-type: "production"
|
||||||
|
patterns:
|
||||||
|
- "tree-sitter-devicetree"
|
||||||
|
- "web-tree-sitter"
|
||||||
|
prod-other-major:
|
||||||
|
applies-to: "version-updates"
|
||||||
|
dependency-type: "production"
|
||||||
|
exclude-patterns:
|
||||||
|
- "@docusaurus/*"
|
||||||
|
- "tree-sitter-devicetree"
|
||||||
|
- "web-tree-sitter"
|
||||||
|
update-types:
|
||||||
|
- "major"
|
||||||
|
prod-other-minor-patch:
|
||||||
|
applies-to: "version-updates"
|
||||||
|
dependency-type: "production"
|
||||||
|
exclude-patterns:
|
||||||
|
- "@docusaurus/*"
|
||||||
|
- "tree-sitter-devicetree"
|
||||||
|
- "web-tree-sitter"
|
||||||
|
update-types:
|
||||||
|
- "minor"
|
||||||
|
- "patch"
|
||||||
|
development:
|
||||||
|
applies-to: "version-updates"
|
||||||
|
dependency-type: "development"
|
||||||
|
update-types:
|
||||||
|
- "minor"
|
||||||
|
- "patch"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue