mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 09:16:30 -05:00
chore: remove renovate.json from frontend
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
3f8771a15e
commit
e3512d3a87
1 changed files with 0 additions and 117 deletions
|
@ -1,117 +0,0 @@
|
||||||
{
|
|
||||||
"extends": [
|
|
||||||
"config:base",
|
|
||||||
":gitSignOff",
|
|
||||||
":maintainLockFilesWeekly"
|
|
||||||
],
|
|
||||||
"labels": [
|
|
||||||
"type: maintenance"
|
|
||||||
],
|
|
||||||
"packageRules": [
|
|
||||||
{
|
|
||||||
"groupName": "graphviz",
|
|
||||||
"packagePatterns" : [
|
|
||||||
"d3-graphviz",
|
|
||||||
"@hpcc-js/wasm"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"groupName": "linters",
|
|
||||||
"extends": "packages:linters"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"groupName": "eslint",
|
|
||||||
"extends": "monorepo:typescript-eslint",
|
|
||||||
"matchPackagePatterns": [
|
|
||||||
"^eslint"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"groupName": "cypress",
|
|
||||||
"matchPackagePatterns": [
|
|
||||||
"^@cypress",
|
|
||||||
"^cypress"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"groupName": "react",
|
|
||||||
"extends": "monorepo:react"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"groupName": "react router",
|
|
||||||
"extends": "monorepo:reactrouter"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"groupName": "definitely typed",
|
|
||||||
"matchPackagePatterns": [
|
|
||||||
"^@types/"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"groupName": "vega",
|
|
||||||
"packagePatterns": [
|
|
||||||
"vega",
|
|
||||||
"vega-embed",
|
|
||||||
"vega-lite"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"groupName": "vega",
|
|
||||||
"packagePatterns": [
|
|
||||||
"vega",
|
|
||||||
"vega-embed",
|
|
||||||
"vega-lite"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"groupName": "i18next",
|
|
||||||
"matchPackagePatterns": [
|
|
||||||
"i18next",
|
|
||||||
"i18next-browser-languagedetector",
|
|
||||||
"i18next-http-backend",
|
|
||||||
"react-i18next"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"groupName": "jest",
|
|
||||||
"matchPackagePatterns": [
|
|
||||||
"^@testing-library/"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"groupName": "CodeMirror",
|
|
||||||
"matchPackagePatterns": [
|
|
||||||
"^@codemirror/",
|
|
||||||
"@uiw/react-codemirror"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"prHourlyLimit": 0,
|
|
||||||
"schedule": [
|
|
||||||
"on Saturday"
|
|
||||||
],
|
|
||||||
"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