mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 19:26:31 -05:00
Add renovate group for codemirror
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
68ca2124d3
commit
70dc2ac09b
1 changed files with 7 additions and 0 deletions
|
@ -78,6 +78,13 @@
|
||||||
"matchPackagePatterns": [
|
"matchPackagePatterns": [
|
||||||
"^@testing-library/"
|
"^@testing-library/"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"groupName": "CodeMirror",
|
||||||
|
"matchPackagePatterns": [
|
||||||
|
"^@codemirror/",
|
||||||
|
"@uiw/react-codemirror"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"prHourlyLimit": 0,
|
"prHourlyLimit": 0,
|
||||||
|
|
Loading…
Reference in a new issue