renovatebot-pre-commit-hooks/renovate.json
2022-03-16 17:35:16 -07:00

29 lines
733 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>renovatebot/.github"],
"assignees": ["maxbrunet"],
"automergeType": "pr",
"prCreation": "immediate",
"packageRules": [
{
"matchPackageNames": ["renovate"],
"automerge": true,
"separateMinorPatch": false
}
],
"regexManagers": [
{
"description": "Update Renovate",
"fileMatch": [
"^\\.pre-commit-(?:config|hooks)\\.yaml$",
"^README\\.md$"
],
"matchStrings": [
"additional_dependencies: \\[renovate@(?<currentValue>.*?)\\]",
"rev: (?<currentValue>.*?)\\s"
],
"depNameTemplate": "renovate",
"datasourceTemplate": "npm"
}
]
}