Skip to content

Commit

Permalink
chore: enable default configuration for Renovate (#10374)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkoops authored May 16, 2024
1 parent 554e217 commit 6fce996
Showing 1 changed file with 4 additions and 81 deletions.
85 changes: 4 additions & 81 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,91 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
],
"enabledManagers": ["npm"],
"packageRules": [
{
"packagePatterns": ["*"],
"excludePackagePatterns": [
"@babel/*",
"@octokit/rest",
"@patternfly/patternfly",
"@patternfly/patternfly-a11y",
"@patternfly/documentation-framework",
"@rollup/*",
"@testing-library/jest-dom",
"@testing-library/user-event",
"@types/jest",
"@types/react",
"@types/react-dom",
"@typescript-eslint/eslint-plugin",
"@typescript-eslint/parser",
"eslint",
"eslint-plugin-prettier",
"eslint-plugin-react",
"fs-extra",
"lint-staged",
"mutation-observer",
"plop",
"prettier",
"react-dropzone",
"rollup",
"rollup-plugin-scss",
"rollup-plugin-terser",
"surge",
"ts-patch"
"matchUpdateTypes": [
"major"
],
"enabled": false
},
{
"groupName": "devDependencies",
"matchDatasources": ["npm"],
"automerge": true,
"matchPackagePatterns": [
"@babel/*",
"@octokit/rest",
"@patternfly/patternfly-a11y",
"@patternfly/documentation-framework",
"@rollup/*",
"@testing-library/jest-dom",
"@testing-library/react-hooks",
"@testing-library/user-event",
"@types/jest",
"@types/react",
"@types/react-dom",
"@typescript-eslint/eslint-plugin",
"@typescript-eslint/parser",
"eslint",
"eslint-plugin-prettier",
"eslint-plugin-react",
"focus-trap",
"fs-extra",
"lint-staged",
"mutation-observer",
"plop",
"prettier",
"react-dropzone",
"rollup",
"rollup-plugin-scss",
"rollup-plugin-terser",
"surge",
"ts-patch"
]
},
{
"matchDatasources": ["npm"],
"matchPackageNames": [
"focus-trap",
"react-dropzone"
]
},
{
"matchDatasources": ["npm"],
"matchPackageNames": [
"@patternfly/patternfly"
],
"automerge": true,
"followTag": "prerelease"
}
]
}

0 comments on commit 6fce996

Please sign in to comment.