Skip to content

Commit f836b5c

Browse files
committed
chore(renovate): Allow faster automerge++
1 parent e3d8f0b commit f836b5c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ repos:
55
- id: ruff
66
args: [--fix]
77
- id: ruff-format
8+
- repo: https://github.com/python-jsonschema/check-jsonschema
9+
rev: 0.29.4
10+
hooks:
11+
- id: check-github-workflows
12+
- id: check-renovate
813
- repo: local
914
hooks:
1015
- id: mypy

renovate.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"extends": [
44
"config:recommended"
55
],
6+
"configMigration": true,
67
"packageRules": [
78
{
89
"groupName": "ruff",
@@ -11,5 +12,6 @@
1112
],
1213
"automerge": true
1314
}
14-
]
15+
],
16+
"platformAutomerge": true
1517
}

0 commit comments

Comments
 (0)