Skip to content

Commit

Permalink
Chore: Add zarr to list of dependapot ignores (#375)
Browse files Browse the repository at this point in the history
### Description

Please provide a brief description of the changes in this PR. Include
any relevant context or background information.

- **What**: Add zarr to list of dependapot ignores.
- **Why**: Our dependency on Zarr should match that of ome-zarr-py, they
pin their dependency <3.
- **How**: Updated dependabot config file.

### Related Issues

- Closes #348 

A new tracking issue has been opened: #374 

---

**Please ensure your PR meets the following requirements:**

- [x] Code builds and passes tests locally, including doctests
- [x] New tests have been added (for bug fixes/features)
- [x] Pre-commit passes
- [ ] PR to the documentation exists (for bug fixes / features)
  • Loading branch information
melisande-c authored Jan 24, 2025
1 parent 9a027a5 commit 47b94a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ updates:
time: "08:00"
ignore:
- dependency-name: "numpy"
- dependency-name: "zarr"

0 comments on commit 47b94a1

Please sign in to comment.