From 20cd69699153cd9caa01e91d581b6805069c2a50 Mon Sep 17 00:00:00 2001 From: Patel230 Date: Mon, 8 Jun 2026 02:08:57 +0530 Subject: [PATCH] chore: remove Dependabot configuration Stop automated dependency-bump PRs by removing .github/dependabot.yml. Existing Dependabot PRs were closed alongside this change. Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/dependabot.yml | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 4935a99fa..000000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,40 +0,0 @@ -version: 2 - -updates: - # Go module dependencies. - - package-ecosystem: "gomod" - directory: "/" - schedule: - interval: "weekly" - day: "monday" - time: "06:00" - timezone: "Etc/UTC" - open-pull-requests-limit: 10 - commit-message: - prefix: "build" - include: "scope" - groups: - gomod-minor-patch: - applies-to: version-updates - update-types: - - "minor" - - "patch" - - # GitHub Actions used by the workflows. - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - day: "monday" - time: "06:00" - timezone: "Etc/UTC" - open-pull-requests-limit: 10 - commit-message: - prefix: "ci" - include: "scope" - groups: - actions-minor-patch: - applies-to: version-updates - update-types: - - "minor" - - "patch"