Merge pull request #321 from python-pillow/renovate/configure

Configure Renovate
This commit is contained in:
mergify[bot] 2022-09-19 18:23:28 +00:00 committed by GitHub
commit 8a140d6a2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 0 deletions

14
.github/renovate.json vendored Normal file
View File

@ -0,0 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"packageRules": [
{
"groupName": "github-actions",
"matchManagers": ["github-actions"],
"separateMajorMinor": "false"
}
],
"schedule": ["on the 4th day of the month"]
}

View File

@ -3,6 +3,7 @@ repos:
rev: 3298ddab3c13dd77d6ce1fc0baf97691430d84b0 # frozen: v4.3.0
hooks:
- id: check-merge-conflict
- id: check-json
- id: check-yaml
ci: