mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
291c23f250
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
18 lines
393 B
JSON
18 lines
393 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 3rd day of the month"]
|
|
}
|