diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index b39d62f8d..000000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,16 +0,0 @@ -# Please see the documentation for all configuration options: -# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates - -version: 2 -updates: -- package-ecosystem: github-actions - directory: / - schedule: - interval: monthly - time: "12:00" -- package-ecosystem: cargo - directory: / - schedule: - interval: monthly - time: "12:00" - open-pull-requests-limit: 10