chore: remove renovate.json from frontend

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-02-06 18:57:37 +01:00
parent 3f8771a15e
commit e3512d3a87

View file

@ -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"
}
]
}