Skip to content

Commit f468915

Browse files
committed
Revert "Add version pin information to dependabot configuration"
This reverts commit 3c314fa. Changing the configuration file goes too far, as we don't want dependabot to give up entirely. We do want the breadcrumbs for human maintainers.
1 parent 3c314fa commit f468915

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,3 @@ 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)