From 58d10ce21b2cb8a945ff9c6639f459a10bfc5a28 Mon Sep 17 00:00:00 2001 From: Jonathan Holloway Date: Tue, 9 Sep 2025 11:06:53 -0500 Subject: [PATCH] HMS-9319: disable dependabot Signed-off-by: Jonathan Holloway --- .github/dependabot.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 8789fde8e..000000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,11 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "daily" - - - package-ecosystem: "gomod" - directory: "/" - schedule: - interval: "daily"