mirror of
https://github.com/renovatebot/pre-commit-hooks.git
synced 2026-03-29 02:46:53 +00:00
chore(config): migrate renovate config (#2990)
chore(config): migrate config renovate.json Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
23375eed34
commit
4e900825cb
1 changed files with 3 additions and 3 deletions
|
|
@ -23,9 +23,9 @@
|
|||
{
|
||||
"customType": "regex",
|
||||
"description": "Update Renovate",
|
||||
"fileMatch": [
|
||||
"^\\.pre-commit-(?:config|hooks)\\.yaml$",
|
||||
"^README\\.md$"
|
||||
"managerFilePatterns": [
|
||||
"/^\\.pre-commit-(?:config|hooks)\\.yaml$/",
|
||||
"/^README\\.md$/"
|
||||
],
|
||||
"matchStrings": [
|
||||
"additional_dependencies: \\[renovate@(?<currentValue>.*?)\\]",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue