Skip to content

Commit ad43b8a

Browse files
authored
Merge pull request #352 from bgilbert/dependabot
dependabot: don't bump minimum Pillow version in pre-commit config
2 parents 9f3d773 + 08fe392 commit ad43b8a

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ updates:
1818
groups:
1919
deps:
2020
patterns: ["*"]
21+
ignore:
22+
# The pre-commit config declares the minimum version, and we shouldn't
23+
# bump that
24+
- dependency-name: pillow
2125
labels: ["dependencies"]
2226
schedule:
2327
interval: monthly

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ repos:
5858
hooks:
5959
- id: mypy
6060
name: Check Python types
61+
# Pillow is ignored in dependabot.yml
6162
additional_dependencies: [flask, openslide-bin, pillow >= 12.1.0, types-PyYAML, types-setuptools]
6263

6364
- repo: https://github.com/rstcheck/rstcheck

0 commit comments

Comments
 (0)