chore(renovate): Allow faster automerge++

This commit is contained in:
Nikolai Røed Kristiansen
2024-11-13 15:31:23 +01:00
parent e3d8f0b84b
commit f836b5cea4
2 changed files with 8 additions and 1 deletions

View File

@@ -5,6 +5,11 @@ repos:
- id: ruff
args: [--fix]
- id: ruff-format
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.4
hooks:
- id: check-github-workflows
- id: check-renovate
- repo: local
hooks:
- id: mypy

View File

@@ -3,6 +3,7 @@
"extends": [
"config:recommended"
],
"configMigration": true,
"packageRules": [
{
"groupName": "ruff",
@@ -11,5 +12,6 @@
],
"automerge": true
}
]
],
"platformAutomerge": true
}