Skip to content

Commit f21bc40

Browse files
authored
Avoid release days to keep the CI free
Can be 1st, 2nd or 15th: https://github.com/python-pillow/Pillow/blob/main/RELEASING.md
1 parent a7471e9 commit f21bc40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
"separateMajorMinor": "false"
1414
}
1515
],
16-
"schedule": ["on the first day of the month"]
16+
"schedule": ["on the third day of the month"]
1717
}

0 commit comments

Comments
 (0)