mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
17 lines
342 B
JSON
17 lines
342 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"labels": [
|
|
"Dependency"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"groupName": "github-actions",
|
|
"matchManagers": ["github-actions"],
|
|
"separateMajorMinor": "false"
|
|
}
|
|
]
|
|
}
|