chore: disable renovate on this repo

pull/53879/head
Mrugesh Mohapatra 2024-02-26 11:08:39 +05:30
parent 3f34350173
commit d876ac9ef3
No known key found for this signature in database
1 changed files with 1 additions and 33 deletions

View File

@ -1,35 +1,3 @@
{
"extends": ["github>freecodecamp/renovate-config"],
"packageRules": [
{
"groupName": "Disabled",
"matchPackageNames": [
"monaco-editor",
"monaco-editor-webpack-plugin",
"react-monaco-editor"
],
"matchPackagePatterns": ["^mdast-", "^hast-", "^unist-"],
"enabled": false
},
{
"groupName": "Fixed Range - normalize-url",
"matchPackageNames": ["normalize-url"],
"allowedVersions": "<5.0.0"
},
{
"groupName": "Grouped - Cypress",
"matchPackageNames": ["@testing-library/cypress", "cypress"],
"automerge": true
},
{
"groupName": "Grouped - Stripe",
"matchPackagePrefixes": ["@stripe/"]
},
{
"groupName": "Babel",
"matchPackageNames": ["@babel/"],
"automerge": false
}
],
"ignorePaths": ["api-server"]
"enabled": false
}