Pillow/.github/renovate.json

15 lines
349 B
JSON
Raw Normal View History

2022-09-07 17:23:48 +03:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"packageRules": [
{
"groupName": "github-actions",
"matchManagers": ["github-actions"],
"separateMajorMinor": "false"
}
],
2022-09-19 17:26:02 +03:00
"schedule": ["on the 4th day of the month"]
2022-09-07 17:23:48 +03:00
}