From b51277dacc397f79f88352175b87746022b7abd6 Mon Sep 17 00:00:00 2001 From: Matt Raible Date: Mon, 28 Jul 2025 20:18:02 -0600 Subject: [PATCH] Fix dependabot settings for Python --- .github/dependabot.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2b775d5..3b297ac 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,10 +4,9 @@ updates: directories: - "/functions/hello/" - "/functions/host-details/" - - "/functions/hosts-query/" + - "/functions/host-info/" - "/functions/log-event/" - "/functions/servicenow/" - - "/functions/host-info/" - "/functions/user-management/" schedule: interval: weekly