mirror of
https://github.com/nikolaik/docker-python-nodejs.git
synced 2025-09-05 23:27:57 +03:00
chore(renovate): Allow faster automerge++
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
],
|
||||
"configMigration": true,
|
||||
"packageRules": [
|
||||
{
|
||||
"groupName": "ruff",
|
||||
@@ -11,5 +12,6 @@
|
||||
],
|
||||
"automerge": true
|
||||
}
|
||||
]
|
||||
],
|
||||
"platformAutomerge": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user