mirror of
https://github.com/renovatebot/pre-commit-hooks.git
synced 2026-04-12 17:54:18 +00:00
chore(config): migrate config renovate.json
This commit is contained in:
parent
3bfa8c6345
commit
7c1af5fd84
1 changed files with 3 additions and 3 deletions
|
|
@ -23,9 +23,9 @@
|
||||||
{
|
{
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
"description": "Update Renovate",
|
"description": "Update Renovate",
|
||||||
"fileMatch": [
|
"managerFilePatterns": [
|
||||||
"^\\.pre-commit-(?:config|hooks)\\.yaml$",
|
"/^\\.pre-commit-(?:config|hooks)\\.yaml$/",
|
||||||
"^README\\.md$"
|
"/^README\\.md$/"
|
||||||
],
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"additional_dependencies: \\[renovate@(?<currentValue>.*?)\\]",
|
"additional_dependencies: \\[renovate@(?<currentValue>.*?)\\]",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue