Renovate: Keep Guava on the Android variant and ignore jre-only upgrades.
This commit is contained in:
parent
e010f2772d
commit
a71211a62d
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/",
|
"/^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
|
// Limit PostHog Android upgrade to one PR per month, the first day of the month
|
||||||
"matchPackageNames": [
|
"matchPackageNames": [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue