|
1 | 1 | { |
| 2 | + "$schema": "https://docs.renovatebot.com/renovate-schema.json", |
2 | 3 | "extends": [ |
3 | | - "config:base" |
| 4 | + "config:recommended" |
4 | 5 | ], |
5 | | - "enabledManagers": ["npm"], |
| 6 | + "rangeStrategy": "bump", |
6 | 7 | "packageRules": [ |
7 | 8 | { |
8 | | - "packagePatterns": ["*"], |
9 | | - "excludePackagePatterns": [ |
10 | | - "@babel/*", |
11 | | - "@octokit/rest", |
12 | | - "@patternfly/patternfly", |
13 | | - "@patternfly/patternfly-a11y", |
14 | | - "@patternfly/documentation-framework", |
15 | | - "@rollup/*", |
16 | | - "@testing-library/jest-dom", |
17 | | - "@testing-library/user-event", |
18 | | - "@types/jest", |
19 | | - "@types/react", |
20 | | - "@types/react-dom", |
21 | | - "@typescript-eslint/eslint-plugin", |
22 | | - "@typescript-eslint/parser", |
23 | | - "eslint", |
24 | | - "eslint-plugin-prettier", |
25 | | - "eslint-plugin-react", |
26 | | - "fs-extra", |
27 | | - "lint-staged", |
28 | | - "mutation-observer", |
29 | | - "plop", |
30 | | - "prettier", |
31 | | - "react-dropzone", |
32 | | - "rollup", |
33 | | - "rollup-plugin-scss", |
34 | | - "rollup-plugin-terser", |
35 | | - "shx", |
36 | | - "surge", |
37 | | - "ts-patch" |
| 9 | + "matchUpdateTypes": [ |
| 10 | + "major" |
38 | 11 | ], |
39 | 12 | "enabled": false |
40 | | - }, |
41 | | - { |
42 | | - "groupName": "devDependencies", |
43 | | - "matchDatasources": ["npm"], |
44 | | - "automerge": true, |
45 | | - "matchPackagePatterns": [ |
46 | | - "@babel/*", |
47 | | - "@octokit/rest", |
48 | | - "@patternfly/patternfly-a11y", |
49 | | - "@patternfly/documentation-framework", |
50 | | - "@rollup/*", |
51 | | - "@testing-library/jest-dom", |
52 | | - "@testing-library/react-hooks", |
53 | | - "@testing-library/user-event", |
54 | | - "@types/jest", |
55 | | - "@types/react", |
56 | | - "@types/react-dom", |
57 | | - "@typescript-eslint/eslint-plugin", |
58 | | - "@typescript-eslint/parser", |
59 | | - "eslint", |
60 | | - "eslint-plugin-prettier", |
61 | | - "eslint-plugin-react", |
62 | | - "focus-trap", |
63 | | - "fs-extra", |
64 | | - "lint-staged", |
65 | | - "mutation-observer", |
66 | | - "plop", |
67 | | - "prettier", |
68 | | - "react-dropzone", |
69 | | - "rollup", |
70 | | - "rollup-plugin-scss", |
71 | | - "rollup-plugin-terser", |
72 | | - "shx", |
73 | | - "surge", |
74 | | - "ts-patch" |
75 | | - ] |
76 | | - }, |
77 | | - { |
78 | | - "matchDatasources": ["npm"], |
79 | | - "matchPackageNames": [ |
80 | | - "focus-trap", |
81 | | - "react-dropzone" |
82 | | - ] |
83 | | - }, |
84 | | - { |
85 | | - "matchDatasources": ["npm"], |
86 | | - "matchPackageNames": [ |
87 | | - "@patternfly/patternfly" |
88 | | - ], |
89 | | - "automerge": true, |
90 | | - "followTag": "prerelease" |
91 | 13 | } |
92 | 14 | ] |
93 | 15 | } |
0 commit comments