mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
fix(repository): merge renovate config
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
321e4aff6a
commit
50dacdf199
1 changed files with 70 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
||||||
"group:socketio",
|
"group:socketio",
|
||||||
"group:linters",
|
"group:linters",
|
||||||
"group:test",
|
"group:test",
|
||||||
|
"group:reactMonorepo",
|
||||||
|
"group:typescript-eslintMonorepo",
|
||||||
"docker:enableMajor",
|
"docker:enableMajor",
|
||||||
"docker:pinDigests",
|
"docker:pinDigests",
|
||||||
"default:automergeDigest",
|
"default:automergeDigest",
|
||||||
|
@ -29,6 +31,74 @@
|
||||||
"packagePatterns": [
|
"packagePatterns": [
|
||||||
"^@nestjs/"
|
"^@nestjs/"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"groupName": "Graphviz",
|
||||||
|
"packagePatterns": [
|
||||||
|
"d3-graphviz",
|
||||||
|
"@hpcc-js/wasm"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"groupName": "cypress",
|
||||||
|
"matchPackagePatterns": [
|
||||||
|
"^@cypress",
|
||||||
|
"^cypress"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"groupName": "vega",
|
||||||
|
"packagePatterns": [
|
||||||
|
"vega",
|
||||||
|
"vega-embed",
|
||||||
|
"vega-lite"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"groupName": "i18next",
|
||||||
|
"matchPackagePatterns": [
|
||||||
|
"i18next",
|
||||||
|
"i18next-browser-languagedetector",
|
||||||
|
"i18next-http-backend",
|
||||||
|
"react-i18next"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"groupName": "CodeMirror",
|
||||||
|
"matchPackagePatterns": [
|
||||||
|
"^@codemirror/",
|
||||||
|
"@uiw/react-codemirror"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"groupName": "testing-library",
|
||||||
|
"matchPackagePatterns": [
|
||||||
|
"^@testing-library/"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"regexManagers": [
|
||||||
|
{
|
||||||
|
"fileMatch": [
|
||||||
|
".github/workflows/deploy-main.yml$",
|
||||||
|
".github/workflows/deploy-pr.yml$"
|
||||||
|
],
|
||||||
|
"matchStrings": [
|
||||||
|
"NETLIFY_VERSION=(?<currentValue>.*?)\\n"
|
||||||
|
],
|
||||||
|
"datasourceTemplate": "npm",
|
||||||
|
"depNameTemplate": "netlify-cli"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fileMatch": [
|
||||||
|
".github/workflows/deploy-main.yml$",
|
||||||
|
".github/workflows/deploy-pr.yml$"
|
||||||
|
],
|
||||||
|
"matchStrings": [
|
||||||
|
"NODE_VERSION=(?<currentValue>.*?)\\n"
|
||||||
|
],
|
||||||
|
"datasourceTemplate": "node",
|
||||||
|
"depNameTemplate": "node version in workflows"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue