Skip to content

Commit 59cabc1

Browse files
authored
Merge pull request #6564 from python-pillow/renovate/configure
2 parents c464a11 + f21bc40 commit 59cabc1

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

.github/renovate.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:base"
5+
],
6+
"labels": [
7+
"Dependency"
8+
],
9+
"packageRules": [
10+
{
11+
"groupName": "github-actions",
12+
"matchManagers": ["github-actions"],
13+
"separateMajorMinor": "false"
14+
}
15+
],
16+
"schedule": ["on the third day of the month"]
17+
}

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ repos:
4040
rev: v4.3.0
4141
hooks:
4242
- id: check-merge-conflict
43+
- id: check-json
4344
- id: check-yaml
4445

4546
- repo: https://github.com/sphinx-contrib/sphinx-lint

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ exclude .coveragerc
2525
exclude .editorconfig
2626
exclude .readthedocs.yml
2727
exclude codecov.yml
28+
exclude renovate.json
2829
global-exclude .git*
2930
global-exclude *.pyc
3031
global-exclude *.so

0 commit comments

Comments
 (0)