From 7b6b075ad64c4fffe32a00cd6dd7e3bdc3f6dd59 Mon Sep 17 00:00:00 2001 From: Eric Holscher <25510+ericholscher@users.noreply.github.com> Date: Mon, 24 Nov 2025 16:58:14 +0300 Subject: [PATCH] Delete Dependabot configuration Remove Dependabot configuration for package updates. --- .github/dependabot.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 88ad316777..8b13789179 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,16 +1 @@ -# Set update schedule for GitHub Actions -version: 2 -updates: - - package-ecosystem: "pip" - directory: "/" - schedule: - interval: "monthly" - - package-ecosystem: "bundler" - directory: "/" - schedule: - interval: "monthly" - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "monthly"