1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-24 08:52:28 +02:00

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

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"
},
{
"matchPackageNames": ["com.google.guava:guava"],
"versionCompatibility": "^(?<version>[^-]+)-(?<compatibility>.*)?$"
"managers": ["maven"],
"packageNames": ["com.google.guava:guava"],
"versionScheme": "docker"
}
],
"ignorePaths": ["mobile/openapi/pubspec.yaml"],