Pillow/.github/renovate.json
2024-11-03 23:22:57 +00:00

22 lines
442 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"labels": [
"Dependency"
],
"packageRules": [
{
"groupName": "github-actions",
"matchManagers": [
"github-actions"
],
"separateMajorMinor": false
}
],
"schedule": [
"on the 3rd day of the month"
]
}