From e71dfd013cc197c168464ebc22b7ea740b06067f Mon Sep 17 00:00:00 2001 From: elijah <146715005+schizoposter@users.noreply.github.com> Date: Mon, 20 May 2024 16:40:02 +0200 Subject: [PATCH] turn off dumb bot --- .github/dependabot.yml | 34 ++-------------------------------- 1 file changed, 2 insertions(+), 32 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e23f5d9..d984685 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,36 +3,6 @@ # Please see the documentation for all configuration options: # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates -version: 2 -updates: - - package-ecosystem: "npm" # See documentation for possible values - directory: "/" # Location of package manifests - schedule: - interval: "weekly" - target-branch: "dev" - commit-message: - prefix: "⬆️" # prefix with gitmoji - include: "scope" # list updated dependencies in message - assignees: - - "manuel-rw" - - package-ecosystem: "docker" # See documentation for possible values - directory: "/" # Location of package manifests - schedule: - interval: "weekly" - target-branch: "dev" - commit-message: - prefix: "🚀" # prefix with gitmoji - include: "scope" # list updated dependencies in message - assignees: - - "manuel-rw" - - package-ecosystem: "github-actions" - directory: /.github - schedule: - interval: "weekly" - target-branch: "dev" - commit-message: - prefix: "👷" # prefix with gitmoji - include: "scope" # list updated dependencies in message - assignees: - - "manuel-rw" +# This shit is fucking annoying turned it off lmao +