Skip to content

Commit 3c314fa

Browse files
committed
Add version pin information to dependabot configuration
Include links to the motivating issues.
1 parent 30b695d commit 3c314fa

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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"]

0 commit comments

Comments
 (0)