We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba0ff2e commit e04a81eCopy full SHA for e04a81e
.github/dependabot.yaml
@@ -4,20 +4,9 @@
4
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5
6
version: 2
7
-registries:
8
- pypi:
9
- type: python-index
10
- url: https://pypi.org/simple
11
- ort-nightly-index:
12
13
- url: https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/
14
- replaces-base: true
15
updates:
16
- package-ecosystem: "pip" # See documentation for possible values
17
directory: "/requirements/ci/" # Location of package manifests
18
- registries:
19
- - ort-nightly-index
20
- - pypi
21
schedule:
22
interval: "daily"
23
# disable version updates for pip dependencies
0 commit comments