mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
4ed6f5fed1
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
122 lines
2.6 KiB
JSON
122 lines
2.6 KiB
JSON
{
|
|
"extends": [
|
|
"config:base",
|
|
"group:definitelyTyped",
|
|
"group:socketio",
|
|
"group:linters",
|
|
"group:test",
|
|
"group:reactMonorepo",
|
|
"group:typescript-eslintMonorepo",
|
|
"docker:enableMajor",
|
|
"docker:pinDigests",
|
|
"default:automergeDigest",
|
|
":gitSignOff",
|
|
":prHourlyLimitNone",
|
|
":maintainLockFilesWeekly",
|
|
":automergePatch",
|
|
":separateMajorReleases"
|
|
],
|
|
"baseBranches": [
|
|
"master",
|
|
"develop"
|
|
],
|
|
"labels": [
|
|
"type: maintenance"
|
|
],
|
|
"ignorePaths": [
|
|
"docker/docker-compose.yml"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"groupName": "NestJS packages",
|
|
"packagePatterns": [
|
|
"^@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/"
|
|
]
|
|
},
|
|
{
|
|
"groupName": "zxcvbn-ts",
|
|
"matchPackagePatterns": [
|
|
"^@zxcvbn-ts/"
|
|
]
|
|
}
|
|
],
|
|
"regexManagers": [
|
|
{
|
|
"fileMatch": [
|
|
".github/workflows/frontend-netlify-deploy-main.yml$",
|
|
".github/workflows/frontend-netlify-deploy-pr.yml$"
|
|
],
|
|
"matchStrings": [
|
|
"NETLIFY_VERSION=(?<currentValue>.*?)\\n"
|
|
],
|
|
"datasourceTemplate": "npm",
|
|
"depNameTemplate": "netlify-cli"
|
|
},
|
|
{
|
|
"fileMatch": [
|
|
".github/workflows/frontend-netlify-deploy-main.yml$",
|
|
".github/workflows/frontend-netlify-deploy-pr.yml$"
|
|
],
|
|
"matchStrings": [
|
|
"NETLIFY_NEXTJS_PLUGIN_VERSION=(?<currentValue>.*?)\\n"
|
|
],
|
|
"datasourceTemplate": "npm",
|
|
"depNameTemplate": "@netlify/plugin-nextjs"
|
|
},
|
|
{
|
|
"fileMatch": [
|
|
".github/workflows/deploy-main.yml$",
|
|
".github/workflows/deploy-pr.yml$"
|
|
],
|
|
"matchStrings": [
|
|
"NODEJS_VERSION=(?<currentValue>.*?)\\n"
|
|
],
|
|
"datasourceTemplate": "node",
|
|
"depNameTemplate": "node version in workflows"
|
|
}
|
|
]
|
|
}
|