1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-23 04:02:45 +01:00

chore(renovate): enforce compatible flavor for guava using versionScheme ()

Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
This commit is contained in:
shenlong 2024-01-15 16:15:44 +00:00 committed by GitHub
parent e6c0f0e3aa
commit 4f021a74ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,8 +68,9 @@
"versioning": "node" "versioning": "node"
}, },
{ {
"matchPackageNames": ["com.google.guava:guava"], "managers": ["maven"],
"versionCompatibility": "^(?<version>[^-]+)-(?<compatibility>.*)?$" "packageNames": ["com.google.guava:guava"],
"versionScheme": "docker"
} }
], ],
"ignorePaths": ["mobile/openapi/pubspec.yaml"], "ignorePaths": ["mobile/openapi/pubspec.yaml"],