From 8fa028b500f8a7c441e528541263056a3d5b0933 Mon Sep 17 00:00:00 2001 From: joseffallman <30909464+joseffallman@users.noreply.github.com> Date: Tue, 5 Mar 2024 17:31:42 +0100 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 04f2d40..034bdf8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,12 +4,12 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "monthly" - package-ecosystem: "pip" directory: "/" schedule: - interval: "weekly" + interval: "monthly" 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 + - dependency-name: "homeassistant"