diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 04f2d40..803a0f8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,11 +5,15 @@ updates: directory: "/" schedule: interval: "weekly" + commit-message: + prefix: "chore" - package-ecosystem: "pip" directory: "/" schedule: interval: "weekly" + commit-message: + prefix: "chore" ignore: # Dependabot should not update Home Assistant as that should match the homeassistant key in hacs.json - dependency-name: "homeassistant" \ No newline at end of file