From f941ee11fd72bc63d7e9e1abf8155aa1d52d5a72 Mon Sep 17 00:00:00 2001 From: Patel230 Date: Mon, 8 Jun 2026 02:09:05 +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 | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 600d51f..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,24 +0,0 @@ -# Dependabot configuration for the trace repo. -# Keeps Go module dependencies and GitHub Actions up to date. -version: 2 -updates: - - package-ecosystem: "gomod" - directory: "/" - schedule: - interval: "weekly" - open-pull-requests-limit: 10 - groups: - gomod-minor-patch: - update-types: - - "minor" - - "patch" - - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - groups: - actions-minor-patch: - update-types: - - "minor" - - "patch"