mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-14 21:56:56 +03:00
22 lines
442 B
JSON
22 lines
442 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
"labels": [
|
|
"Dependency"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"groupName": "github-actions",
|
|
"matchManagers": [
|
|
"github-actions"
|
|
],
|
|
"separateMajorMinor": false
|
|
}
|
|
],
|
|
"schedule": [
|
|
"on the 3rd day of the month"
|
|
]
|
|
}
|