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