mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
f21bc40b23
Can be 1st, 2nd or 15th: https://github.com/python-pillow/Pillow/blob/main/RELEASING.md
18 lines
395 B
JSON
18 lines
395 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"labels": [
|
|
"Dependency"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"groupName": "github-actions",
|
|
"matchManagers": ["github-actions"],
|
|
"separateMajorMinor": "false"
|
|
}
|
|
],
|
|
"schedule": ["on the third day of the month"]
|
|
}
|