Skip to content

Commit

Permalink
chore: disable renovate on this repo
Browse files Browse the repository at this point in the history
  • Loading branch information
raisedadead committed Feb 26, 2024
1 parent 3f34350 commit d876ac9
Showing 1 changed file with 1 addition and 33 deletions.
34 changes: 1 addition & 33 deletions renovate.json
@@ -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
}

0 comments on commit d876ac9

Please sign in to comment.