renovatebot-pre-commit-hooks/renovate.json
renovate[bot] 4e900825cb
chore(config): migrate renovate config (#2990)
chore(config): migrate config renovate.json

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-19 13:15:29 +00:00

38 lines
839 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
}
],
"customManagers": [
{
"customType": "regex",
"description": "Update Renovate",
"managerFilePatterns": [
"/^\\.pre-commit-(?:config|hooks)\\.yaml$/",
"/^README\\.md$/"
],
"matchStrings": [
"additional_dependencies: \\[renovate@(?<currentValue>.*?)\\]",
"rev: (?<currentValue>.*?)\\s"
],
"depNameTemplate": "renovate",
"datasourceTemplate": "npm"
}
]
}