mirror of
https://github.com/renovatebot/pre-commit-hooks.git
synced 2026-03-30 19:36:56 +00:00
22 lines
596 B
JSON
22 lines
596 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["github>renovatebot/.github"],
|
|
"assignees": ["maxbrunet"],
|
|
"automergeType": "pr",
|
|
"prCreation": "immediate",
|
|
"regexManagers": [
|
|
{
|
|
"description": "Update Renovate",
|
|
"fileMatch": [
|
|
"^\\.pre-commit-(?:config|hooks)\\.yaml$",
|
|
"^README\\.md$"
|
|
],
|
|
"matchStrings": [
|
|
"additional_dependencies: \\[renovate@(?<currentValue>.*?)\\]",
|
|
"rev: (?<currentValue>.*?)\\s"
|
|
],
|
|
"depNameTemplate": "renovate",
|
|
"datasourceTemplate": "npm"
|
|
}
|
|
]
|
|
}
|