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 98c12ee commit 98d5da1Copy full SHA for 98d5da1
.renovaterc.json
@@ -10,8 +10,19 @@
10
"maintenance"
11
],
12
"lockFileMaintenance": {
13
+ "automerge": true,
14
"enabled": true,
15
"semanticCommitType": "chore"
16
},
17
+ "packageRules": [
18
+ {
19
20
+ "matchCurrentVersion": ">=1.0.0",
21
+ "matchUpdateTypes": [
22
+ "minor",
23
+ "patch"
24
+ ]
25
+ }
26
+ ],
27
"semanticCommitScope": null
28
}
.vscode/settings.json
@@ -1,5 +1,6 @@
1
{
2
"editor.tabSize": 2,
3
+ "files.autoSave": "off",
4
"files.exclude": {
5
".babelrc.json": true,
6
".commitlintrc.json": true,
0 commit comments