Renovate: Keep Guava on the Android variant and ignore jre-only upgrades.
This commit is contained in:
parent
2ea23bcc3e
commit
960ff0fb75
1 changed files with 7 additions and 0 deletions
7
.github/renovate.json5
vendored
7
.github/renovate.json5
vendored
|
|
@ -34,6 +34,13 @@
|
|||
"/^org.jetbrains.kotlinx:kotlinx-datetime/",
|
||||
],
|
||||
},
|
||||
{
|
||||
// Keep Guava on the Android variant and ignore jre-only upgrades.
|
||||
"matchPackageNames": [
|
||||
"com.google.guava:guava",
|
||||
],
|
||||
"allowedVersions": "/-android$/",
|
||||
},
|
||||
{
|
||||
// Limit PostHog Android upgrade to one PR per month, the first day of the month
|
||||
"matchPackageNames": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue