renovatebot-pre-commit-hooks/renovate.json
renovate[bot] 23872d589e
chore(config): migrate renovate config (#1322)
chore(config): migrate config renovate.json

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-08-22 19:34:48 +00:00

38 lines
824 B
JSON

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