mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 09:16:30 -05:00
a9d88dbd12
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
143 lines
3.2 KiB
JSON
143 lines
3.2 KiB
JSON
{
|
|
"extends": [
|
|
"config:js-app",
|
|
"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": [
|
|
"\\.yml$",
|
|
"\\.yaml$"
|
|
],
|
|
"matchStrings": [
|
|
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s+\\S+:\\s+\"?(?<currentValue>[^\"]*?)\"?\\s"
|
|
],
|
|
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}",
|
|
"extractVersionTemplate": "^v(?<version>.*)$"
|
|
},
|
|
{
|
|
"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"
|
|
},
|
|
{
|
|
"fileMatch": [
|
|
"package.json"
|
|
],
|
|
"matchStrings": [
|
|
"yjs@(?:npm%3A)?(?<currentValue>[\\d\\.]+)"
|
|
],
|
|
"datasourceTemplate": "npm",
|
|
"depNameTemplate": "yjs"
|
|
}
|
|
]
|
|
}
|