Pillow/.github/renovate.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
393 B
JSON
Raw Normal View History

2022-09-07 17:24:11 +03:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
2022-09-08 20:19:13 +03:00
],
"labels": [
"Dependency"
2022-09-08 20:19:37 +03:00
],
"packageRules": [
{
"groupName": "github-actions",
"matchManagers": ["github-actions"],
"separateMajorMinor": "false"
}
],
"schedule": ["on the 3rd day of the month"]
2022-09-07 17:24:11 +03:00
}