From 0d9bce527f974513fa8b729fc1e099530c354fc5 Mon Sep 17 00:00:00 2001 From: Alex Kerney Date: Tue, 12 Aug 2025 11:42:21 -0400 Subject: [PATCH] Remove invalid dependabot There was a dependabot.yml in the Github actions directory that was throwing errors. --- .github/workflows/dependabot.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/dependabot.yml diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml deleted file mode 100644 index 7818bef3..00000000 --- a/.github/workflows/dependabot.yml +++ /dev/null @@ -1,15 +0,0 @@ -# See https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/keeping-your-actions-up-to-date-with-dependabot - -version: 2 -updates: - - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "daily" - labels: - - "Bot" - groups: - github-actions: - patterns: - - '*'