mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-05-28 18:43:40 +00:00
Some checks are pending
Auto-Tag on Version Bump / Check and create version tag (push) Waiting to run
Deploy Docusaurus Documentation (Dual Sites) / Build and Deploy Documentation Sites (push) Waiting to run
Lint / Ruff (push) Waiting to run
Validate / HACS validation (push) Waiting to run
Validate / Hassfest validation (push) Waiting to run
46 lines
1.1 KiB
YAML
46 lines
1.1 KiB
YAML
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: "devcontainers"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
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"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
ignore:
|
|
# Dependabot should not update Home Assistant as that should match the homeassistant key in hacs.json
|
|
- dependency-name: "homeassistant"
|