Pillow/.github/renovate.json

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

22 lines
442 B
JSON
Raw Normal View History

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