mirror of
https://github.com/immich-app/immich.git
synced 2024-12-28 06:31:58 +00:00
chore(renovate): enforce compatible flavor for guava (#6392)
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
This commit is contained in:
parent
6ee9c8277f
commit
a09fbe5723
1 changed files with 4 additions and 0 deletions
|
@ -66,6 +66,10 @@
|
|||
"matchPackageNames": ["node"],
|
||||
"versionCompatibility": "^(?<version>[^-]+)(?<compatibility>-.*)?$",
|
||||
"versioning": "node"
|
||||
},
|
||||
{
|
||||
"matchPackageNames": ["com.google.guava:guava"],
|
||||
"versionCompatibility": "^(?<version>[^-]+)-(?<compatibility>.*)?$"
|
||||
}
|
||||
],
|
||||
"ignorePaths": ["mobile/openapi/pubspec.yaml"],
|
||||
|
|
Loading…
Reference in a new issue