mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-04-09 09:03:40 +00:00
feat(deps): add npm package updates for user and developer documentation directories
This commit is contained in:
parent
5f52dd2524
commit
f4fecc3ee0
1 changed files with 27 additions and 1 deletions
28
.github/dependabot.yml
vendored
28
.github/dependabot.yml
vendored
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue