File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -8,3 +8,17 @@ updates:
88 directory : " /"
99 schedule :
1010 interval : " monthly"
11+ allow :
12+ # NOTE: package PINNED at <21.0.0, see https://github.com/astronomy-commons/lsdb/issues/974
13+ - dependency-name : " pyarrow"
14+ versions : " <21.0.0"
15+ # NOTE: package PINNED at <0.3.0, see https://github.com/astronomy-commons/lsdb/issues/1047
16+ - dependency-name : " universal-pathlib"
17+ versions : " <0.3.0"
18+ ignore :
19+ # Ignore major updates for pyarrow, see https://github.com/astronomy-commons/lsdb/issues/974
20+ - dependency-name : " pyarrow"
21+ update-types : ["version-update:semver-major"]
22+ # Ignore major updates for universal-pathlib, see https://github.com/astronomy-commons/lsdb/issues/1047
23+ - dependency-name : " universal-pathlib"
24+ update-types : ["version-update:semver-major"]
You can’t perform that action at this time.
0 commit comments