Limit PostHog Android upgrade to one PR per month, the first day of the month

This commit is contained in:
Benoit Marty
2026-03-11 11:43:52 +01:00
parent 5a3264c32b
commit e1fd31a151

View File

@@ -26,6 +26,15 @@
"/^org.jetbrains.kotlinx:kotlinx-datetime/",
],
},
{
// Limit PostHog Android upgrade to one PR per month, the first day of the month
"matchPackageNames": [
"com.posthog:posthog-android",
],
"schedule": [
"* * 1 * *",
]
},
],
}