Limit PostHog Android upgrade to one PR per month, the first day of the month
This commit is contained in:
parent
49f27eb1d7
commit
6ead4a882f
1 changed files with 9 additions and 0 deletions
9
.github/renovate.json5
vendored
9
.github/renovate.json5
vendored
|
|
@ -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 * *",
|
||||
]
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue