From 54d81c6978068d0a879c0965e18df0de5abbd2df Mon Sep 17 00:00:00 2001 From: Justin Chu Date: Tue, 11 Apr 2023 18:19:15 +0000 Subject: [PATCH] Fix dependabot | chore(ci) --- .github/dependabot.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 36fc092345..f668a87198 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -4,20 +4,9 @@ # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates version: 2 -registries: - pypi: - type: python-index - url: https://pypi.org/simple - ort-nightly-index: - type: python-index - url: https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/ - replaces-base: true updates: - package-ecosystem: "pip" # See documentation for possible values directory: "/requirements/ci/" # Location of package manifests - registries: - - ort-nightly-index - - pypi schedule: interval: "daily" # disable version updates for pip dependencies