From 7f9c390d3e5979fb5dff11765ba3debf8637bfbd Mon Sep 17 00:00:00 2001 From: Anuraag Agrawal Date: Wed, 28 Jan 2026 12:39:15 +0900 Subject: [PATCH] Remove dependabot Signed-off-by: Anuraag Agrawal --- .github/dependabot.yml | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 40c1d71..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,29 +0,0 @@ -version: 2 -updates: - - package-ecosystem: github-actions - directories: - - / - schedule: - interval: weekly - groups: - gha: - patterns: - - "*" - - package-ecosystem: uv - directories: - - "**/*" - schedule: - interval: weekly - groups: - python: - patterns: - - "*" - - package-ecosystem: gomod - directories: - - "protoc-gen-connect-python/" - schedule: - interval: weekly - groups: - go: - patterns: - - "*"