From 6d2435f20c7a507c995a5b4a5fe4a37d71ac45e0 Mon Sep 17 00:00:00 2001 From: Konstantinos Karampogias Date: Thu, 13 Nov 2025 13:38:37 +0100 Subject: [PATCH] ds: disable DependaBot Dependencies must be updated in the upstream repository first. Otherwise, we'll get conflicts when doing sync PRs. Deleting the file would create conflicts on merge syncs when the `.github/dependabot.yml` file is updated upstream. With `git mv ...`, changes go smoothly in the moved files. Assisted-By: Claude --- .github/{dependabot.yml => dependabot.yml.disabled} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{dependabot.yml => dependabot.yml.disabled} (100%) diff --git a/.github/dependabot.yml b/.github/dependabot.yml.disabled similarity index 100% rename from .github/dependabot.yml rename to .github/dependabot.yml.disabled