From c6955a5a0452c958059ae1de9376389c0286c14e Mon Sep 17 00:00:00 2001 From: Rain Date: Wed, 11 Oct 2023 18:51:25 -0700 Subject: [PATCH] [dependabot] remove in favor of Renovate (#4264) For folks with access to Oxide RFDs, see https://rfd.shared.oxide.computer/rfd/0434 for more. --- .github/dependabot.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 1b94f4bd27..0000000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,17 +0,0 @@ -# -# Dependabot configuration file -# - -version: 2 -updates: - - package-ecosystem: "cargo" - directory: "/" - schedule: - interval: "weekly" - open-pull-requests-limit: 20 - groups: - russh: - # russh and russh-keys must be updated in lockstep - patterns: - - "russh" - - "russh-keys"