Skip to content

Commit e04a81e

Browse files
authored
Fix dependabot | chore(ci) (#620)
Dependabot doesn't seem to pick up ort-nightly builds. Reverting to check pip for now.
1 parent ba0ff2e commit e04a81e

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/dependabot.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,9 @@
44
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
55

66
version: 2
7-
registries:
8-
pypi:
9-
type: python-index
10-
url: https://pypi.org/simple
11-
ort-nightly-index:
12-
type: python-index
13-
url: https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/
14-
replaces-base: true
157
updates:
168
- package-ecosystem: "pip" # See documentation for possible values
179
directory: "/requirements/ci/" # Location of package manifests
18-
registries:
19-
- ort-nightly-index
20-
- pypi
2110
schedule:
2211
interval: "daily"
2312
# disable version updates for pip dependencies

0 commit comments

Comments
 (0)