We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4f1619 commit 0dd01c3Copy full SHA for 0dd01c3
1 file changed
renovate.json
@@ -1,19 +1,8 @@
1
{
2
"extends": [
3
- "config:base",
+ "config:js-lib",
4
+ "group:allNonMajor",
5
"docker:disable"
6
],
- "pinVersions": false,
7
- "rebaseStalePrs": true,
8
- "timezone": "America/New_York",
9
- "schedule": [
10
- "after 9am and before 3pm"
11
- ],
12
- "gitAuthor": null,
13
- "packageRules": [
14
- {
15
- "extends": "packages:linters",
16
- "groupName": "linters"
17
- }
18
- ]
+ "dependencyDashboard": true
19
}
0 commit comments