mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2026-06-23 04:10:17 +00:00
chore(config): migrate config renovate.json
This commit is contained in:
committed by
Erik Michelson
parent
aeba980ff5
commit
89dcf618a7
+36
-33
@@ -14,7 +14,7 @@
|
|||||||
":maintainLockFilesWeekly",
|
":maintainLockFilesWeekly",
|
||||||
":separateMajorReleases"
|
":separateMajorReleases"
|
||||||
],
|
],
|
||||||
"baseBranches": [
|
"baseBranchPatterns": [
|
||||||
"master",
|
"master",
|
||||||
"develop"
|
"develop"
|
||||||
],
|
],
|
||||||
@@ -27,66 +27,67 @@
|
|||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"groupName": "NestJS packages",
|
"groupName": "NestJS packages",
|
||||||
"packagePatterns": [
|
"matchPackageNames": [
|
||||||
"^@nestjs/"
|
"/^@nestjs//"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"groupName": "Graphviz",
|
"groupName": "Graphviz",
|
||||||
"packagePatterns": [
|
"matchPackageNames": [
|
||||||
"d3-graphviz",
|
"/d3-graphviz/",
|
||||||
"@hpcc-js/wasm"
|
"/@hpcc-js/wasm/"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"groupName": "cypress",
|
"groupName": "cypress",
|
||||||
"matchPackagePatterns": [
|
"matchPackageNames": [
|
||||||
"^@cypress",
|
"/^@cypress/",
|
||||||
"^cypress"
|
"/^cypress/"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"groupName": "vega",
|
"groupName": "vega",
|
||||||
"packagePatterns": [
|
"matchPackageNames": [
|
||||||
"vega",
|
"/vega/",
|
||||||
"vega-embed",
|
"/vega-embed/",
|
||||||
"vega-lite"
|
"/vega-lite/"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"groupName": "i18next",
|
"groupName": "i18next",
|
||||||
"matchPackagePatterns": [
|
"matchPackageNames": [
|
||||||
"i18next",
|
"/i18next/",
|
||||||
"i18next-browser-languagedetector",
|
"/i18next-browser-languagedetector/",
|
||||||
"i18next-http-backend",
|
"/i18next-http-backend/",
|
||||||
"react-i18next"
|
"/react-i18next/"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"groupName": "CodeMirror",
|
"groupName": "CodeMirror",
|
||||||
"matchPackagePatterns": [
|
"matchPackageNames": [
|
||||||
"^@codemirror/",
|
"/^@codemirror//",
|
||||||
"@uiw/react-codemirror"
|
"/@uiw/react-codemirror/"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"groupName": "testing-library",
|
"groupName": "testing-library",
|
||||||
"matchPackagePatterns": [
|
"matchPackageNames": [
|
||||||
"^@testing-library/"
|
"/^@testing-library//"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"groupName": "zxcvbn-ts",
|
"groupName": "zxcvbn-ts",
|
||||||
"matchPackagePatterns": [
|
"matchPackageNames": [
|
||||||
"^@zxcvbn-ts/"
|
"/^@zxcvbn-ts//"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"regexManagers": [
|
"customManagers": [
|
||||||
{
|
{
|
||||||
"fileMatch": [
|
"customType": "regex",
|
||||||
"\\.yml$",
|
"managerFilePatterns": [
|
||||||
"\\.yaml$"
|
"/\\.yml$/",
|
||||||
|
"/\\.yaml$/"
|
||||||
],
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s+\\S+:\\s+\"?(?<currentValue>[^\"]*?)\"?\\s"
|
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s+\\S+:\\s+\"?(?<currentValue>[^\"]*?)\"?\\s"
|
||||||
@@ -95,8 +96,9 @@
|
|||||||
"extractVersionTemplate": "^v(?<version>.*)$"
|
"extractVersionTemplate": "^v(?<version>.*)$"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fileMatch": [
|
"customType": "regex",
|
||||||
"package.json"
|
"managerFilePatterns": [
|
||||||
|
"/package.json/"
|
||||||
],
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"yjs@(?:npm%3A)?(?<currentValue>[\\d\\.]+)"
|
"yjs@(?:npm%3A)?(?<currentValue>[\\d\\.]+)"
|
||||||
@@ -105,8 +107,9 @@
|
|||||||
"depNameTemplate": "yjs"
|
"depNameTemplate": "yjs"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fileMatch": [
|
"customType": "regex",
|
||||||
"package.json"
|
"managerFilePatterns": [
|
||||||
|
"/package.json/"
|
||||||
],
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"@dicebear/converter@(?:npm%3A)?(?<currentValue>[\\d\\.]+)"
|
"@dicebear/converter@(?:npm%3A)?(?<currentValue>[\\d\\.]+)"
|
||||||
|
|||||||
Reference in New Issue
Block a user