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"