mirror of
https://github.com/renovatebot/pre-commit-hooks.git
synced 2026-04-14 10:34:46 +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",
|
"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