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 (#6398)
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
This commit is contained in:
parent
e6c0f0e3aa
commit
4f021a74ed
1 changed files with 3 additions and 2 deletions
|
@ -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"],
|
||||||
|
|
Loading…
Reference in a new issue