# 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" # Each phac version pins exactly one HA version (1:1 mapping), so it must be # updated manually together with HA_VERSION in scripts/setup/bootstrap - dependency-name: "pytest-homeassistant-custom-component" # pytest version is pinned by phac; updating it independently causes conflicts - dependency-name: "pytest"