From 91147bd79c4245c9d7c61d1c620e240fdc330fb3 Mon Sep 17 00:00:00 2001 From: Julian Pawlowski Date: Tue, 14 Apr 2026 15:37:06 +0000 Subject: [PATCH] chore(devcontainer): Revert pytest ignorance --- .github/dependabot.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9dfc07e..bc7c9bd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -44,6 +44,3 @@ updates: ignore: # Dependabot should not update Home Assistant as that should match the homeassistant key in hacs.json - dependency-name: "homeassistant" - # pytest version is dictated by pytest-homeassistant-custom-component (pins an exact version) - # Bumping pytest independently breaks the dependency resolution - - dependency-name: "pytest"