From e0a3dfad3977236c755e0b39b6a39538435535da Mon Sep 17 00:00:00 2001 From: Anthony Clever Date: Mon, 6 Jul 2026 13:34:14 -0700 Subject: [PATCH] chore: Remove Dependabot version-update config Renovate (self-hosted Mend CE) is the org dependency updater. Removing the committed Dependabot config stops competing version-update PRs. Dependabot security alerts and security updates are unaffected. --- .github/dependabot.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 7df7111..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,19 +0,0 @@ -version: 2 -updates: - - package-ecosystem: gomod - directory: / - schedule: - interval: weekly - groups: - gomod: - patterns: - - "*" - - - package-ecosystem: github-actions - directory: / - schedule: - interval: weekly - groups: - github-actions: - patterns: - - "*" \ No newline at end of file