From 3c964a2cce5ac2ce71a63f46369db809a7d2a03b Mon Sep 17 00:00:00 2001 From: Ohad Israeli <243351248+cx-ohad-israeli@users.noreply.github.com> Date: Wed, 10 Jun 2026 17:49:47 +0300 Subject: [PATCH] chore: remove Dependabot configuration --- .github/dependabot.yml | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 4e75b6d..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,37 +0,0 @@ -version: 2 - -registries: - github: - type: git - url: https://github.com - username: ${{secrets.GH_USER}} - password: ${{secrets.GH_TOKEN}} - -updates: - - package-ecosystem: "gomod" - directory: "/" - open-pull-requests-limit: 10 - commit-message: - prefix: "(AST-87115) Dependabot (Go) " - include: "scope" - pull-request-branch-name: - separator: "/" - registries: - - github - target-branch: "main" - groups: - all-go-modules: - patterns: - - "*" - labels: - - "bot" - - "dependencies" - ignore: - - dependency-name: "*" - update-types: ["version-update:semver-major"] - - dependency-name: "github.com/minio/console" - - dependency-name: "github.com/minio/minio" - schedule: - interval: "daily" - time: "05:00" - timezone: "UTC"