renovatebot-pre-commit-hooks/renovate.json
2022-01-25 17:03:32 -08:00

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"
}
]
}