From a1ca9c34635bea4665c0596e5abd26bc9b63edde Mon Sep 17 00:00:00 2001 From: 0x676e67 Date: Thu, 3 Sep 2026 22:35:27 +0800 Subject: [PATCH] fix(ci): use default Cargo Dependabot strategy --- .github/dependabot.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9ffca92..e352166 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,8 +15,3 @@ updates: directory: "/" schedule: interval: "weekly" - # todo: if only this worked, see https://github.com/dependabot/dependabot-core/issues/4009 - # only tell us if there's a new 'breaking' change we could upgrade to - # versioning-strategy: increase-if-necessary - # disable regular version updates, security updates are unaffected - open-pull-requests-limit: 0