Adds new group for packages that need manual intervention

This commit is contained in:
Trenton H 2025-03-03 12:45:32 -08:00
parent 88609b357a
commit ed91e8ab02
2 changed files with 6 additions and 2 deletions

View File

@ -65,6 +65,10 @@ updates:
update-types: update-types:
- "minor" - "minor"
- "patch" - "patch"
pre-built:
patterns:
- psycopg*
- zxing-cpp
# Enable updates for GitHub Actions # Enable updates for GitHub Actions
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"

View File

@ -1,7 +1,7 @@
[project] [project]
name = "paperless-ngx" name = "paperless-ngx"
version = "0.1.0" version = "0.1.0"
description = "Add your description here" description = "A community-supported supercharged version of paperless: scan, index and archive all your physical documents"
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"
classifiers = [ classifiers = [
@ -125,7 +125,7 @@ typing = [
] ]
[tool.uv] [tool.uv]
required-version = ">=0.5.0" required-version = ">=0.5.14"
package = false package = false
environments = [ environments = [
"sys_platform == 'darwin'", "sys_platform == 'darwin'",