mirror of
https://github.com/renovatebot/pre-commit-hooks.git
synced 2026-03-29 19:06:54 +00:00
chore(config): migrate config renovate.json Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
38 lines
839 B
JSON
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"
|
|
}
|
|
]
|
|
}
|