From 42f2489f7c1eaebd5427f1678118d211cf90088e Mon Sep 17 00:00:00 2001 From: thedancingdeveloper Date: Thu, 27 Aug 2026 05:20:36 +0000 Subject: [PATCH] chore(dependabot): disable version-update PRs (alerts-only estate policy) --- .github/dependabot.yml | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1ac6991a..e69de29b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,36 +0,0 @@ -version: 2 -updates: - - package-ecosystem: cargo - directory: / - schedule: - interval: weekly - day: monday - time: "04:00" - timezone: Etc/UTC - groups: - published-engines: - patterns: - - "nzb-*" - - "nzbdav-*" - - "swarmforge*" - - "librtbit*" - - "bencode" - - "buffers" - - "clone_to_owned" - - "dht" - - "peer_binary_protocol" - - "sha1w" - - "tracker_comms" - - "upnp-serve" - - package-ecosystem: npm - directory: /ui - schedule: - interval: weekly - - package-ecosystem: npm - directory: /client - schedule: - interval: weekly - - package-ecosystem: github-actions - directory: / - schedule: - interval: weekly