feat(deps): add npm package updates for user and developer documentation directories

This commit is contained in:
Julian Pawlowski 2026-04-07 14:32:12 +00:00
parent 5f52dd2524
commit f4fecc3ee0

View file

@ -11,10 +11,36 @@ updates:
schedule: schedule:
interval: "daily" interval: "daily"
- package-ecosystem: "npm"
directory: "/docs/user"
schedule:
interval: "weekly"
groups:
docusaurus:
patterns:
- "@docusaurus/*"
react:
patterns:
- "react"
- "react-dom"
- package-ecosystem: "npm"
directory: "/docs/developer"
schedule:
interval: "weekly"
groups:
docusaurus:
patterns:
- "@docusaurus/*"
react:
patterns:
- "react"
- "react-dom"
- package-ecosystem: "pip" - package-ecosystem: "pip"
directory: "/" directory: "/"
schedule: schedule:
interval: "daily" interval: "daily"
ignore: ignore:
# Dependabot should not update Home Assistant as that should match the homeassistant key in hacs.json # Dependabot should not update Home Assistant as that should match the homeassistant key in hacs.json
- dependency-name: "homeassistant" - dependency-name: "homeassistant"