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 - id: ruff
args: [--fix] args: [--fix]
- id: ruff-format - 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 - repo: local
hooks: hooks:
- id: mypy - id: mypy

View File

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