From 35a701835d14f66404ba4a5dcb4266ebb7487c99 Mon Sep 17 00:00:00 2001 From: Christian Cook <3473396+CookieCookson@users.noreply.github.com> Date: Mon, 27 Apr 2026 22:08:35 +0100 Subject: [PATCH] ci: Remove dependabot configuration --- .github/dependabot.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 150515a..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,14 +0,0 @@ -version: 2 - -updates: - - package-ecosystem: "npm" - directory: / - target-branch: develop - schedule: - interval: "monthly" - groups: - all-deps: - update-types: - - "major" - - "minor" - - "patch"